From 7602fef6e7ffe8afa531c5b0ef6205b05a8e33a5 Mon Sep 17 00:00:00 2001 From: Tom Tanner Date: Sun, 21 Jun 2015 18:27:03 +0100 Subject: Finish refactoring all the tab code into classes --- src/settings.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/settings.h') diff --git a/src/settings.h b/src/settings.h index bc21ca5b..7d6fe229 100644 --- a/src/settings.h +++ b/src/settings.h @@ -390,6 +390,22 @@ private: QListWidget *m_pluginBlacklistList; }; + /** Display/store the configuration in the 'workarounds' tab of the settings dialogue */ + class WorkaroundsTab : SettingsTab + { + public: + WorkaroundsTab(Settings *m_parent, SettingsDialog &m_dialog); + + void update(); + + private: + QLineEdit *m_appIDEdit; + QComboBox *m_mechanismBox; + QLineEdit *m_nmmVersionEdit; + QCheckBox *m_hideUncheckedBox; + QCheckBox *m_forceEnableBox; + QCheckBox *m_displayForeignBox; + }; private slots: -- cgit v1.3.1