diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-29 20:03:47 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-29 20:03:47 +0100 |
| commit | 7610e3139408a8947795140a14a6bd396d4e0f71 (patch) | |
| tree | ec329fd049debd8f71e278ebba3280c6fe2270ce /src/settingsdialoguserinterface.h | |
| parent | d0796b4ab23122d5f01378743d93f8c75b19c35c (diff) | |
Reorganize settingsdialog classes to match UI.
Diffstat (limited to 'src/settingsdialoguserinterface.h')
| -rw-r--r-- | src/settingsdialoguserinterface.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/settingsdialoguserinterface.h b/src/settingsdialoguserinterface.h deleted file mode 100644 index 0c3c7fb7..00000000 --- a/src/settingsdialoguserinterface.h +++ /dev/null @@ -1,27 +0,0 @@ -#ifndef SETTINGSDIALOGUSERINTERFACE_H -#define SETTINGSDIALOGUSERINTERFACE_H - -#include <QCheckBox> - -#include "settingsdialog.h" -#include "settings.h" - -class UserInterfaceSettingsTab : public SettingsTab -{ -public: - UserInterfaceSettingsTab(Settings& settings, SettingsDialog& dialog); - - void update() override; - -protected slots: - - // enable/disable the collapsible separators group depending on - // the checkbox states - void updateCollapsibleSeparatorsGroup(); - -private: - - const std::map<int, QCheckBox*> m_columnToBox; -}; - -#endif // SETTINGSDIALOGGENERAL_H |
