QTfrontend/ui/page/pagetraining.h
changeset 14530 029f40c609b4
parent 14467 4c743ef80b1b
child 14651 e3e6b0c6543f
equal deleted inserted replaced
14529:b5618fa33a49 14530:029f40c609b4
    30         QListWidget * lstTrainings;
    30         QListWidget * lstTrainings;
    31         QListWidget * lstChallenges;
    31         QListWidget * lstChallenges;
    32         QListWidget * lstScenarios;
    32         QListWidget * lstScenarios;
    33         QComboBox * CBTeam;
    33         QComboBox * CBTeam;
    34 
    34 
       
    35     public slots:
       
    36         void updateInfo();
       
    37 
    35     signals:
    38     signals:
    36         void startMission(const QString & scriptName, const QString & subFolder);
    39         void startMission(const QString & scriptName, const QString & subFolder);
    37 
    40 
    38 
    41 
    39     protected:
    42     protected:
    45     private:
    48     private:
    46         QPushButton * btnPreview;
    49         QPushButton * btnPreview;
    47         QPushButton * btnStart;
    50         QPushButton * btnStart;
    48         QLabel * lblCaption;
    51         QLabel * lblCaption;
    49         QLabel * lblDescription;
    52         QLabel * lblDescription;
       
    53         QLabel * lblHighscores;
    50         QTabWidget * tbw;
    54         QTabWidget * tbw;
    51         QSettings * m_info;
    55         QSettings * m_info;
    52         QString getSubFolderOfSelected();
    56         QString getSubFolderOfSelected();
    53 
    57 
    54 
    58 
    55     private slots:
    59     private slots:
    56         void startSelected();
    60         void startSelected();
    57         void updateInfo();
       
    58 
    61 
    59 };
    62 };
    60 
    63 
    61 #endif
    64 #endif
    62 
    65