--- a/QTfrontend/ui/page/pagetraining.h Wed May 16 18:22:28 2018 +0200
+++ b/QTfrontend/ui/page/pagetraining.h Wed Jul 31 23:14:27 2019 +0200
@@ -27,7 +27,15 @@
public:
PageTraining(QWidget* parent = 0);
+ QListWidget * lstTrainings;
+ QListWidget * lstChallenges;
+ QListWidget * lstScenarios;
+ QPushButton * btnPreview;
+ QPushButton * btnStart;
+ QComboBox * CBTeam;
+ public slots:
+ void updateInfo();
signals:
void startMission(const QString & scriptName, const QString & subFolder);
@@ -40,21 +48,16 @@
private:
- QPushButton * btnPreview;
- QPushButton * btnStart;
QLabel * lblCaption;
QLabel * lblDescription;
+ QLabel * lblHighscores;
QTabWidget * tbw;
- QListWidget * lstTrainings;
- QListWidget * lstChallenges;
- QListWidget * lstScenarios;
QSettings * m_info;
QString getSubFolderOfSelected();
private slots:
void startSelected();
- void updateInfo();
};