QTfrontend/pageselectweapon.h
changeset 6009 14f6fc9869f2
parent 5205 78138ae93820
child 6042 8b5345758f62
equal deleted inserted replaced
6008:215f0c9719e3 6009:14f6fc9869f2
    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     QPushButton *BtnBack;
       
    39     SelWeaponWidget* pWeapons;
    38     SelWeaponWidget* pWeapons;
    40     QComboBox* selectWeaponSet;
    39     QComboBox* selectWeaponSet;
       
    40 
       
    41 private:
       
    42     QPushButton *BtnBack;
    41 };
    43 };
    42 
    44 
    43 #endif
    45 #endif