X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=eonsl%2Fwidgets%2Fcloseweapon.h;fp=eonsl%2Fwidgets%2Fcloseweapon.h;h=a6b0e816c26580d612a487e52eb0a87d3f74ff8d;hb=b8940526808f29be8b153c8379c7bfa6faca1a38;hp=0000000000000000000000000000000000000000;hpb=a3bb8cf241d31820b58040de5bbe7a34caeec8f7;p=eonsl.git diff --git a/eonsl/widgets/closeweapon.h b/eonsl/widgets/closeweapon.h new file mode 100644 index 0000000..a6b0e81 --- /dev/null +++ b/eonsl/widgets/closeweapon.h @@ -0,0 +1,107 @@ +/**************************************************************************** +** Form interface generated from reading ui file 'eonsl/widgets/closeweapon.ui' +** +** Created: Wed Dec 27 19:32:28 2000 +** by: The User Interface Compiler (uic) +** +** WARNING! All changes made in this file will be lost! +****************************************************************************/ +#ifndef CLOSEWEAPONDIALOG_H +#define CLOSEWEAPONDIALOG_H + +#include +#include +class QVBoxLayout; +class QHBoxLayout; +class QGridLayout; +class QCheckBox; +class QComboBox; +class QGroupBox; +class QLabel; +class QLineEdit; +class QPushButton; +class QSpinBox; + +class CCloseWeaponEditBase : public QDialog +{ + Q_OBJECT + +public: + CCloseWeaponEditBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + ~CCloseWeaponEditBase(); + + QPushButton* buttonHelp; + QPushButton* buttonApply; + QPushButton* buttonOk; + QPushButton* buttonCancel; + QGroupBox* GroupBox3_2; + QLabel* TextLabel8; + QComboBox* SlashCombo; + QComboBox* SmashCombo; + QComboBox* PunctureCombo; + QLabel* TextLabel9; + QSpinBox* SlashDiceSpin; + QSpinBox* CrushDiceSpin; + QSpinBox* PunctureDiceSpin; + QLabel* TextLabel10; + QSpinBox* SlashModSpin; + QSpinBox* CrushModSpin; + QSpinBox* PunctureModSpin; + QLabel* TextLabel7; + QCheckBox* SlashCheck; + QCheckBox* CrushCheck; + QCheckBox* PrickCheck; + QGroupBox* GroupBox2; + QLabel* TextLabel12; + QSpinBox* SIOpeningSpin; + QLabel* TextLabel13; + QSpinBox* SIInvolvSpin; + QGroupBox* GroupBox3; + QLabel* TextLabel15; + QSpinBox* BreakOrgSpin; + QLabel* TextLabel16; + QSpinBox* BreakNewSpin; + QLabel* TextLabel1; + QLineEdit* NameEdit; + QCheckBox* HandCheck; + QLabel* TextLabel2; + QComboBox* SkillCombo; + QLabel* TextLabel6; + QSpinBox* StrengthSpin; + QLabel* TextLabel3; + QSpinBox* WeightSpin; + QLabel* TextLabel5; + QSpinBox* LengthSpin; + +public slots: + virtual void slotHelp(); + virtual void slotApply(); + virtual void slotOK(); + +protected: + QGridLayout* CloseWeaponDialogLayout; + QHBoxLayout* Layout1; + QGridLayout* GroupBox3_2Layout; + QVBoxLayout* Layout27; + QVBoxLayout* Layout26; + QVBoxLayout* Layout25; + QVBoxLayout* Layout29; + QHBoxLayout* Layout35; + QVBoxLayout* GroupBox2Layout; + QHBoxLayout* Layout31; + QHBoxLayout* Layout32; + QVBoxLayout* GroupBox3Layout; + QHBoxLayout* Layout33; + QHBoxLayout* Layout34; + QHBoxLayout* Layout31_2; + QVBoxLayout* Layout30; + QVBoxLayout* Layout2; + QVBoxLayout* Layout10; + QVBoxLayout* Layout3; + QVBoxLayout* Layout6; + QVBoxLayout* Layout11; + QVBoxLayout* Layout4; + QVBoxLayout* Layout5; +}; + +#endif // CLOSEWEAPONDIALOG_H