QTfrontend/pagecampaign.h
changeset 6009 14f6fc9869f2
parent 5205 78138ae93820
child 6042 8b5345758f62
equal deleted inserted replaced
6008:215f0c9719e3 6009:14f6fc9869f2
    27 
    27 
    28 public:
    28 public:
    29     PageCampaign(QWidget* parent = 0);
    29     PageCampaign(QWidget* parent = 0);
    30 
    30 
    31     QPushButton *BtnStartCampaign;
    31     QPushButton *BtnStartCampaign;
    32     QPushButton *BtnBack;
       
    33     QComboBox   *CBSelect;
    32     QComboBox   *CBSelect;
    34     QComboBox   *CBTeam;
    33     QComboBox   *CBTeam;
       
    34 
       
    35 private:
       
    36     QPushButton *BtnBack;
    35 };
    37 };
    36 
    38 
    37 #endif
    39 #endif