]> Shamusworld >> Repos - wozmaker/blobdiff - src/settingsdialog.h
Flesh out the disk settings dialog.
[wozmaker] / src / settingsdialog.h
index 79ff8822549b4d15ce8897dc5c2bc18780f97926..6bf2f5297e2155b023d507b9b5c7611941f82280 100644 (file)
@@ -3,9 +3,6 @@
 
 #include <QtWidgets>
 
-//class GeneralTab;
-//class BaseUnitTab;
-
 class SettingsDialog: public QDialog
 {
        Q_OBJECT
@@ -15,12 +12,13 @@ class SettingsDialog: public QDialog
                ~SettingsDialog();
 
        private:
-//             QTabWidget * tabWidget;
                QDialogButtonBox * buttonBox;
 
        public:
-//             GeneralTab * generalTab;
-//             BaseUnitTab * baseunitTab;
+               QLabel label[12];
+               QLineEdit line[9];
+               QComboBox combo[3];
+               QCheckBox check[10];
 };
 
 #endif // __SETTINGSDIALOG_H__