This commit is contained in:
fourtf
2017-01-03 21:19:33 +01:00
parent 4ccbc8d4e4
commit 2b4fa8071f
22 changed files with 463 additions and 23 deletions
+3
View File
@@ -11,6 +11,7 @@
#include "QDialogButtonBox"
#include "QStackedLayout"
#include "settingsdialogtab.h"
#include "QCheckBox"
class SettingsDialog : public QWidget
{
@@ -33,6 +34,8 @@ private:
void addTabs();
SettingsDialogTab* selectedTab = NULL;
QCheckBox* createCheckbox(QString title, QString settingsId);
};
#endif // SETTINGSDIALOG_H