tools/MissionsEditor/editor.h
changeset 2583 f8da275981e5
parent 2572 af96861683f8
child 2596 41b46f83d088
equal deleted inserted replaced
2582:e16668bac20f 2583:f8da275981e5
     5 
     5 
     6 namespace Ui
     6 namespace Ui
     7 {
     7 {
     8     class editor;
     8     class editor;
     9 }
     9 }
       
    10 
       
    11 class QCheckBox;
    10 
    12 
    11 class editor : public QMainWindow
    13 class editor : public QMainWindow
    12 {
    14 {
    13     Q_OBJECT
    15     Q_OBJECT
    14 
    16 
    16     editor(QWidget *parent = 0);
    18     editor(QWidget *parent = 0);
    17     ~editor();
    19     ~editor();
    18 
    20 
    19 private:
    21 private:
    20     Ui::editor *ui;
    22     Ui::editor *ui;
       
    23     QList<QCheckBox  *> cbFlags;
       
    24 
       
    25     void load(const QString & fileName);
       
    26 
       
    27 private slots:
       
    28     void on_actionLoad_triggered();
    21 };
    29 };
    22 
    30 
    23 #endif // EDITOR_H
    31 #endif // EDITOR_H