diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2021-01-30 18:21:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-30 18:21:56 +0100 |
| commit | 3b360162e1d16f0f54e4163a16efe56fb50152c7 (patch) | |
| tree | 7c4184886251cf91ac0a6ad18d4a6641e6535b07 /src/settingsdialoguserinterface.h | |
| parent | f53e5406d4292f484257178ec5733f6ceb116673 (diff) | |
| parent | 76989e2b8f6dc3cea2c2e90813feb86af2ecad14 (diff) | |
Merge pull request #1386 from Holt59/update-settings-dialog
Update settings dialog.
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 |
