changeset 2468 | 0b62498c201a |
parent 2443 | fececcbc2189 |
child 2515 | 51d3f4b6293a |
2467:be6690c337fb | 2468:0b62498c201a |
---|---|
336 public: |
336 public: |
337 PageTraining(QWidget* parent = 0); |
337 PageTraining(QWidget* parent = 0); |
338 |
338 |
339 QPushButton *BtnStartTrain; |
339 QPushButton *BtnStartTrain; |
340 QPushButton *BtnBack; |
340 QPushButton *BtnBack; |
341 QComboBox *CBSelect; |
|
341 }; |
342 }; |
342 |
343 |
343 class PageSelectWeapon : public AbstractPage |
344 class PageSelectWeapon : public AbstractPage |
344 { |
345 { |
345 Q_OBJECT |
346 Q_OBJECT |