Rev 455 | Rev 534 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3 | paul | 1 | /**************************************************************************** |
2 | ** Form interface generated from reading ui file 'ReformDoc.ui' |
||
3 | ** |
||
4 | ** Created: Mon Apr 30 10:53:08 2001 |
||
5 | ** by: The User Interface Compiler (uic) |
||
6 | ** |
||
7 | ** WARNING! All changes made in this file will be lost! |
||
8 | ****************************************************************************/ |
||
9 | #ifndef REFORMDOC_H |
||
10 | #define REFORMDOC_H |
||
11 | |||
12 | #include <qdialog.h> |
||
13 | #include <qlayout.h> |
||
14 | #include <qcheckbox.h> |
||
519 | cbradney | 15 | #include <qcombobox.h> |
3 | paul | 16 | #include <qgroupbox.h> |
17 | #include <qlabel.h> |
||
519 | cbradney | 18 | #include <qlineedit.h> |
3 | paul | 19 | #include <qpushbutton.h> |
20 | #include "mspinbox.h" |
||
21 | |||
22 | class ReformDoc : public QDialog |
||
23 | { |
||
24 | Q_OBJECT |
||
25 | |||
26 | public: |
||
168 | Franz | 27 | ReformDoc( QWidget* parent, double t, double l, double r, double b, double Pagebr, double Pageho, |
519 | cbradney | 28 | bool fp, bool fpe, int Einh, int ori, QString pageSize ); |
3 | paul | 29 | ~ReformDoc() {}; |
30 | |||
31 | QGroupBox* GroupBox7; |
||
519 | cbradney | 32 | QGroupBox* dsGroupBox7; |
3 | paul | 33 | QLabel* TextLabel5; |
34 | QLabel* TextLabel7; |
||
35 | MSpinBox* TopR; |
||
36 | MSpinBox* BottomR; |
||
37 | MSpinBox* LeftR; |
||
38 | MSpinBox* RightR; |
||
519 | cbradney | 39 | MSpinBox* widthMSpinBox; |
40 | MSpinBox* heightMSpinBox; |
||
3 | paul | 41 | QCheckBox* Doppelseiten; |
42 | QCheckBox* ErsteSeite; |
||
43 | QLabel* Links; |
||
44 | QLabel* Rechts; |
||
519 | cbradney | 45 | QLabel* widthQLabel; |
46 | QLabel* heightQLabel; |
||
47 | QLabel* sizeQLabel; |
||
48 | QLabel* orientationQLabel; |
||
49 | QComboBox* sizeQComboBox; |
||
50 | QComboBox* orientationQComboBox; |
||
3 | paul | 51 | QPushButton* OKButton; |
52 | QPushButton* CancelB; |
||
168 | Franz | 53 | int einheit; |
54 | double Breite; |
||
55 | double Hoehe; |
||
3 | paul | 56 | |
57 | protected: |
||
58 | QVBoxLayout* ReformDocLayout; |
||
519 | cbradney | 59 | QHBoxLayout* dsGroupBox7Layout; |
3 | paul | 60 | QHBoxLayout* GroupBox7Layout; |
519 | cbradney | 61 | QGridLayout* dsLayout4; |
3 | paul | 62 | QGridLayout* Layout4; |
63 | QHBoxLayout* Layout3; |
||
64 | |||
65 | protected slots: |
||
66 | virtual void setDS(); |
||
168 | Franz | 67 | virtual void setTop(int v); |
68 | virtual void setBottom(int v); |
||
69 | virtual void setLeft(int v); |
||
70 | virtual void setRight(int v); |
||
3 | paul | 71 | }; |
72 | |||
73 | #endif // REFORMDOC_H |