]> ruin.nu Git - eonsl.git/blob - eonsl/widgets/attack.h
The makefile linked wrong, just some cleanup..
[eonsl.git] / eonsl / widgets / attack.h
1 /****************************************************************************
2 ** Form interface generated from reading ui file 'eonsl/widgets/attack.ui'
3 **
4 ** Created: Wed Dec 27 22:04:13 2000
5 **      by:  The User Interface Compiler (uic)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 #ifndef ATTACKBASE_H
10 #define ATTACKBASE_H
11
12 #include <qvariant.h>
13 #include <qdialog.h>
14 class QVBoxLayout; 
15 class QHBoxLayout; 
16 class QGridLayout; 
17 class QButtonGroup;
18 class QComboBox;
19 class QLabel;
20 class QPushButton;
21 class QRadioButton;
22
23 class CAttackBase : public QDialog
24
25     Q_OBJECT
26
27 public:
28     CAttackBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
29     ~CAttackBase();
30
31     QPushButton* QPushButton_1;
32     QComboBox* QComboBox_3;
33     QLabel* QLabel_2;
34     QComboBox* QComboBox_4;
35     QLabel* QLabel_1;
36     QButtonGroup* QButtonGroup_1;
37     QRadioButton* BevAnfallRadio;
38     QRadioButton* OBevAnfallRadioi;
39     QRadioButton* GreppRadio;
40     QRadioButton* MotGreppRadio;
41     QComboBox* QComboBox_1;
42     QComboBox* QComboBox_2;
43     QComboBox* GreppCombo;
44     QComboBox* QComboBox_6;
45     QPushButton* QPushButton_2;
46
47 protected:
48     QGridLayout* QButtonGroup_1Layout;
49     QHBoxLayout* Layout46;
50     QVBoxLayout* Layout45;
51     QVBoxLayout* Layout44;
52 };
53
54 #endif // ATTACKBASE_H