QTfrontend/pageselectweapon.h
changeset 6042 8b5345758f62
parent 6009 14f6fc9869f2
equal deleted inserted replaced
6040:a740069c21e3 6042:8b5345758f62
    28     Q_OBJECT
    28     Q_OBJECT
    29 
    29 
    30 public:
    30 public:
    31     PageSelectWeapon(QWidget* parent = 0);
    31     PageSelectWeapon(QWidget* parent = 0);
    32 
    32 
    33     QPushButton *BtnSave;
    33     QPushButton *btnSave;
    34     QPushButton *BtnDefault;
    34     QPushButton *BtnDefault;
    35     QPushButton *BtnDelete;
    35     QPushButton *BtnDelete;
    36     QPushButton *BtnNew;
    36     QPushButton *BtnNew;
    37     QPushButton *BtnCopy;
    37     QPushButton *BtnCopy;
    38     SelWeaponWidget* pWeapons;
    38     SelWeaponWidget* pWeapons;
    39     QComboBox* selectWeaponSet;
    39     QComboBox* selectWeaponSet;
    40 
    40 
    41 private:
    41 protected:
    42     QPushButton *BtnBack;
    42     QLayout * bodyLayoutDefinition();
       
    43     QLayout * footerLayoutDefinition();
       
    44     void connectSignals();
    43 };
    45 };
    44 
    46 
    45 #endif
    47 #endif