branch | webgl |
changeset 9197 | e4e366013e9a |
parent 9182 | f92e205bc167 |
child 9219 | 0a4b6bb69f99 |
9168:20ff80421736 | 9197:e4e366013e9a |
---|---|
26 Q_OBJECT |
26 Q_OBJECT |
27 |
27 |
28 public: |
28 public: |
29 PageCampaign(QWidget* parent = 0); |
29 PageCampaign(QWidget* parent = 0); |
30 |
30 |
31 QPushButton *btnPreview; |
|
31 QPushButton *BtnStartCampaign; |
32 QPushButton *BtnStartCampaign; |
33 QLabel *lbldescription; |
|
34 QLabel *lbltitle; |
|
32 QComboBox *CBMission; |
35 QComboBox *CBMission; |
33 QComboBox *CBCampaign; |
36 QComboBox *CBCampaign; |
34 QComboBox *CBTeam; |
37 QComboBox *CBTeam; |
35 |
38 |
36 protected: |
39 protected: |