Improve the "Watch folders" UI. Closes #4300.

This commit is contained in:
sledgehammer999
2015-12-12 22:26:17 +02:00
parent 60f0447603
commit c1f77d45ab
10 changed files with 405 additions and 206 deletions

View File

@@ -42,6 +42,7 @@ HEADERS += \
$$PWD/shutdownconfirm.h \
$$PWD/torrentmodel.h \
$$PWD/torrentcreatordlg.h \
$$PWD/scanfoldersdelegate.h \
$$PWD/search/searchwidget.h \
$$PWD/search/searchtab.h \
$$PWD/search/pluginselectdlg.h \
@@ -79,6 +80,7 @@ SOURCES += \
$$PWD/shutdownconfirm.cpp \
$$PWD/torrentmodel.cpp \
$$PWD/torrentcreatordlg.cpp \
$$PWD/scanfoldersdelegate.cpp \
$$PWD/search/searchwidget.cpp \
$$PWD/search/searchtab.cpp \
$$PWD/search/pluginselectdlg.cpp \