changeset 600 | f6e5f4e122db |
parent 597 | ec5f057ab268 |
child 612 | 333d095319de |
599:7c7b90c402d3 | 600:f6e5f4e122db |
---|---|
225 |
225 |
226 QPushButton *BtnStartTrain; |
226 QPushButton *BtnStartTrain; |
227 QPushButton *BtnBack; |
227 QPushButton *BtnBack; |
228 }; |
228 }; |
229 |
229 |
230 class PageSelectWeapon : public QWidget |
|
231 { |
|
232 Q_OBJECT |
|
233 |
|
234 public: |
|
235 PageSelectWeapon(QWidget* parent = 0); |
|
236 |
|
237 QPushButton *BtnBack; |
|
238 }; |
|
230 |
239 |
231 #endif // PAGES_H |
240 #endif // PAGES_H |