QTfrontend/ui/page/pagetraining.h
changeset 14646 e3e6b0c6543f
parent 14525 029f40c609b4
equal deleted inserted replaced
14645:9e7092e5990a 14646:e3e6b0c6543f
    28     public:
    28     public:
    29         PageTraining(QWidget* parent = 0);
    29         PageTraining(QWidget* parent = 0);
    30         QListWidget * lstTrainings;
    30         QListWidget * lstTrainings;
    31         QListWidget * lstChallenges;
    31         QListWidget * lstChallenges;
    32         QListWidget * lstScenarios;
    32         QListWidget * lstScenarios;
       
    33         QPushButton * btnPreview;
       
    34         QPushButton * btnStart;
    33         QComboBox * CBTeam;
    35         QComboBox * CBTeam;
    34 
    36 
    35     public slots:
    37     public slots:
    36         void updateInfo();
    38         void updateInfo();
    37 
    39 
    44         QLayout * footerLayoutDefinition();
    46         QLayout * footerLayoutDefinition();
    45         void connectSignals();
    47         void connectSignals();
    46 
    48 
    47 
    49 
    48     private:
    50     private:
    49         QPushButton * btnPreview;
       
    50         QPushButton * btnStart;
       
    51         QLabel * lblCaption;
    51         QLabel * lblCaption;
    52         QLabel * lblDescription;
    52         QLabel * lblDescription;
    53         QLabel * lblHighscores;
    53         QLabel * lblHighscores;
    54         QTabWidget * tbw;
    54         QTabWidget * tbw;
    55         QSettings * m_info;
    55         QSettings * m_info;