QTfrontend/ui/page/pagecampaign.h
changeset 9219 0a4b6bb69f99
parent 9182 f92e205bc167
child 9998 736015b847e3
equal deleted inserted replaced
9218:673bf356ad8c 9219:0a4b6bb69f99
    26         Q_OBJECT
    26         Q_OBJECT
    27 
    27 
    28     public:
    28     public:
    29         PageCampaign(QWidget* parent = 0);
    29         PageCampaign(QWidget* parent = 0);
    30 
    30 
       
    31         QPushButton *btnPreview;
    31         QPushButton *BtnStartCampaign;
    32         QPushButton *BtnStartCampaign;
       
    33         QLabel *lbldescription;
       
    34         QLabel *lbltitle;
    32         QComboBox   *CBMission;
    35         QComboBox   *CBMission;
    33         QComboBox   *CBCampaign;
    36         QComboBox   *CBCampaign;
    34         QComboBox   *CBTeam;
    37         QComboBox   *CBTeam;
    35 
    38 
    36     protected:
    39     protected: