QTfrontend/ui/page/pagetraining.h
changeset 6196 c16e84558f71
parent 6060 fdfc01419815
child 6616 f77bb02b669f
equal deleted inserted replaced
6195:6c9ada03602d 6196:c16e84558f71
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    17  */
    17  */
    18 
    18 
    19 #ifndef PAGE_TRAINING_H
    19 #ifndef PAGE_TRAINING_H
    20 #define PAGE_TRAINING_H
    20 #define PAGE_TRAINING_H
    21 
       
    22 #include <QDir>
       
    23 
    21 
    24 #include "AbstractPage.h"
    22 #include "AbstractPage.h"
    25 
    23 
    26 class PageTraining : public AbstractPage
    24 class PageTraining : public AbstractPage
    27 {
    25 {
    47     QLabel * lblCaption;
    45     QLabel * lblCaption;
    48     QLabel * lblDescription;
    46     QLabel * lblDescription;
    49     QListWidget * lstMissions;
    47     QListWidget * lstMissions;
    50     QSettings * m_info;
    48     QSettings * m_info;
    51 
    49 
    52     QStringList scriptList(const QDir & scriptDir) const;
       
    53 
       
    54 
    50 
    55 private slots:
    51 private slots:
    56     void startSelected();
    52     void startSelected();
    57     void updateInfo();
    53     void updateInfo();
    58 
    54