branch | hedgeroid |
changeset 6023 | a28be05b20bc |
parent 6009 | 14f6fc9869f2 |
child 6042 | 8b5345758f62 |
5943:5b2b86a37089 | 6023:a28be05b20bc |
---|---|
27 |
27 |
28 public: |
28 public: |
29 PageCampaign(QWidget* parent = 0); |
29 PageCampaign(QWidget* parent = 0); |
30 |
30 |
31 QPushButton *BtnStartCampaign; |
31 QPushButton *BtnStartCampaign; |
32 QPushButton *BtnBack; |
|
33 QComboBox *CBSelect; |
32 QComboBox *CBSelect; |
34 QComboBox *CBTeam; |
33 QComboBox *CBTeam; |
34 |
|
35 private: |
|
36 QPushButton *BtnBack; |
|
35 }; |
37 }; |
36 |
38 |
37 #endif |
39 #endif |