QTfrontend/ui/page/pagecampaign.h
changeset 9182 f92e205bc167
parent 9080 9b42757d7e71
child 9219 0a4b6bb69f99
equal deleted inserted replaced
9181:db48ce616531 9182:f92e205bc167
    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: