qBittorrent/src/gui/search
Eugene Shalygin a22d2f0139 Implement enum support in CachedSettingValue
Enums are stored as strings, that improves configuration file
readability and maintainability. String values are obtained via
QMetaEnum, and since with Qt 5.5 QMetaEnum::fromType() includes a
static_assert, this has to be a safe method.
2017-07-05 12:41:58 +02:00
..
CMakeLists.txt cmake: fix build 2017-07-03 10:36:42 +02:00
pluginselectdlg.cpp Use qt5 connect style for searchengine, pluginselectdlg and searchwidget. 2017-06-22 18:54:30 +03:00
pluginselectdlg.h Aggregate installed/updated plugin names and use a single messagebox to inform the user. 2017-06-22 18:54:29 +03:00
pluginselectdlg.ui Put copyright warning message to the search plugin dialog. 2017-06-15 22:32:42 +03:00
pluginsourcedlg.cpp Remove generated include from headers 2017-04-17 16:31:19 +02:00
pluginsourcedlg.h Remove generated include from headers 2017-04-17 16:31:19 +02:00
pluginsourcedlg.ui [Search] minor cleanups 2016-04-12 11:38:27 +08:00
searchlistdelegate.cpp Uncrustify 2017-04-05 17:39:44 +08:00
searchlistdelegate.h Uncrustify 2017-04-05 17:39:44 +08:00
searchsortmodel.cpp Fix argument name differ in definition & declaration 2017-05-09 14:12:36 +08:00
searchsortmodel.h Implement search filters in the proxy model. Partially closes #972 2016-04-04 02:09:32 +02:00
searchtab.cpp Implement enum support in CachedSettingValue 2017-07-05 12:41:58 +02:00
searchtab.h Implement enum support in CachedSettingValue 2017-07-05 12:41:58 +02:00
searchtab.ui Optimize widgets inside of the search tab 2016-04-04 02:10:09 +02:00
searchwidget.cpp Use qt5 connect style for searchengine, pluginselectdlg and searchwidget. 2017-06-22 18:54:30 +03:00
searchwidget.h Display instructions when no search plugin is installed. 2017-06-15 22:32:41 +03:00
searchwidget.ui Display instructions when no search plugin is installed. 2017-06-15 22:32:41 +03:00