1 #ifndef __SETTINGSDIALOG_H__
2 #define __SETTINGSDIALOG_H__
8 class SettingsDialog: public QDialog
13 SettingsDialog(QWidget * parent = 0);
17 QTabWidget * tabWidget;
18 QDialogButtonBox * buttonBox;
21 GeneralTab * generalTab;
24 #endif // __SETTINGSDIALOG_H__