QTfrontend/pagecampaign.h
changeset 6042 8b5345758f62
parent 6009 14f6fc9869f2
equal deleted inserted replaced
6040:a740069c21e3 6042:8b5345758f62
    30 
    30 
    31     QPushButton *BtnStartCampaign;
    31     QPushButton *BtnStartCampaign;
    32     QComboBox   *CBSelect;
    32     QComboBox   *CBSelect;
    33     QComboBox   *CBTeam;
    33     QComboBox   *CBTeam;
    34 
    34 
    35 private:
    35 protected:
    36     QPushButton *BtnBack;
    36     QLayout * bodyLayoutDefinition();
    37 };
    37 };
    38 
    38 
    39 #endif
    39 #endif