changeset 231 | c77b16e48273 |
parent 187 | 96c3154efee5 |
child 297 | 279e10ec31b4 |
--- a/QTfrontend/pages.h Fri Nov 10 20:41:12 2006 +0000 +++ b/QTfrontend/pages.h Sun Nov 12 20:15:58 2006 +0000 @@ -36,6 +36,7 @@ class QCheckBox; class SquareLabel; class About; +class QSpinBox; class PageMain : public QWidget { @@ -88,6 +89,7 @@ QPushButton *BtnTeamDiscard; QPushButton *BtnTeamSave; QLineEdit * TeamNameEdit; + QSpinBox* difficultyBox; QLineEdit * HHNameEdit[8]; QComboBox * CBBind[BINDS_NUMBER];