1 | <ui version="4.0" >
|
---|
2 | <class>QPageSetupWidget</class>
|
---|
3 | <widget class="QWidget" name="QPageSetupWidget" >
|
---|
4 | <property name="geometry" >
|
---|
5 | <rect>
|
---|
6 | <x>0</x>
|
---|
7 | <y>0</y>
|
---|
8 | <width>416</width>
|
---|
9 | <height>488</height>
|
---|
10 | </rect>
|
---|
11 | </property>
|
---|
12 | <property name="windowTitle" >
|
---|
13 | <string>Form</string>
|
---|
14 | </property>
|
---|
15 | <layout class="QGridLayout" name="gridLayout_3" >
|
---|
16 | <property name="margin" >
|
---|
17 | <number>0</number>
|
---|
18 | </property>
|
---|
19 | <item row="0" column="0" colspan="2" >
|
---|
20 | <layout class="QHBoxLayout" name="horizontalLayout_4" >
|
---|
21 | <item>
|
---|
22 | <widget class="QComboBox" name="unit" />
|
---|
23 | </item>
|
---|
24 | <item>
|
---|
25 | <spacer name="horizontalSpacer_3" >
|
---|
26 | <property name="orientation" >
|
---|
27 | <enum>Qt::Horizontal</enum>
|
---|
28 | </property>
|
---|
29 | <property name="sizeHint" stdset="0" >
|
---|
30 | <size>
|
---|
31 | <width>40</width>
|
---|
32 | <height>20</height>
|
---|
33 | </size>
|
---|
34 | </property>
|
---|
35 | </spacer>
|
---|
36 | </item>
|
---|
37 | </layout>
|
---|
38 | </item>
|
---|
39 | <item row="1" column="0" colspan="2" >
|
---|
40 | <widget class="QGroupBox" name="groupBox_2" >
|
---|
41 | <property name="title" >
|
---|
42 | <string>Paper</string>
|
---|
43 | </property>
|
---|
44 | <layout class="QGridLayout" name="gridLayout_2" >
|
---|
45 | <item row="0" column="0" >
|
---|
46 | <widget class="QLabel" name="pageSizeLabel" >
|
---|
47 | <property name="text" >
|
---|
48 | <string>Page size:</string>
|
---|
49 | </property>
|
---|
50 | <property name="buddy" >
|
---|
51 | <cstring>paperSize</cstring>
|
---|
52 | </property>
|
---|
53 | </widget>
|
---|
54 | </item>
|
---|
55 | <item row="0" column="1" >
|
---|
56 | <widget class="QComboBox" name="paperSize" />
|
---|
57 | </item>
|
---|
58 | <item row="1" column="0" >
|
---|
59 | <widget class="QLabel" name="widthLabel" >
|
---|
60 | <property name="text" >
|
---|
61 | <string>Width:</string>
|
---|
62 | </property>
|
---|
63 | <property name="buddy" >
|
---|
64 | <cstring>paperWidth</cstring>
|
---|
65 | </property>
|
---|
66 | </widget>
|
---|
67 | </item>
|
---|
68 | <item row="1" column="1" >
|
---|
69 | <layout class="QHBoxLayout" name="horizontalLayout_3" >
|
---|
70 | <item>
|
---|
71 | <widget class="QDoubleSpinBox" name="paperWidth" >
|
---|
72 | <property name="maximum" >
|
---|
73 | <double>9999.989999999999782</double>
|
---|
74 | </property>
|
---|
75 | </widget>
|
---|
76 | </item>
|
---|
77 | <item>
|
---|
78 | <widget class="QLabel" name="heightLabel" >
|
---|
79 | <property name="text" >
|
---|
80 | <string>Height:</string>
|
---|
81 | </property>
|
---|
82 | <property name="buddy" >
|
---|
83 | <cstring>paperHeight</cstring>
|
---|
84 | </property>
|
---|
85 | </widget>
|
---|
86 | </item>
|
---|
87 | <item>
|
---|
88 | <widget class="QDoubleSpinBox" name="paperHeight" >
|
---|
89 | <property name="maximum" >
|
---|
90 | <double>9999.989999999999782</double>
|
---|
91 | </property>
|
---|
92 | </widget>
|
---|
93 | </item>
|
---|
94 | </layout>
|
---|
95 | </item>
|
---|
96 | <item row="2" column="0" >
|
---|
97 | <widget class="QLabel" name="paperSourceLabel" >
|
---|
98 | <property name="text" >
|
---|
99 | <string>Paper source:</string>
|
---|
100 | </property>
|
---|
101 | <property name="buddy" >
|
---|
102 | <cstring>paperSource</cstring>
|
---|
103 | </property>
|
---|
104 | </widget>
|
---|
105 | </item>
|
---|
106 | <item row="2" column="1" >
|
---|
107 | <widget class="QComboBox" name="paperSource" />
|
---|
108 | </item>
|
---|
109 | <item row="1" column="2" >
|
---|
110 | <spacer name="horizontalSpacer_4" >
|
---|
111 | <property name="orientation" >
|
---|
112 | <enum>Qt::Horizontal</enum>
|
---|
113 | </property>
|
---|
114 | <property name="sizeHint" stdset="0" >
|
---|
115 | <size>
|
---|
116 | <width>40</width>
|
---|
117 | <height>20</height>
|
---|
118 | </size>
|
---|
119 | </property>
|
---|
120 | </spacer>
|
---|
121 | </item>
|
---|
122 | </layout>
|
---|
123 | </widget>
|
---|
124 | </item>
|
---|
125 | <item row="2" column="0" >
|
---|
126 | <widget class="QGroupBox" name="groupBox_3" >
|
---|
127 | <property name="title" >
|
---|
128 | <string>Orientation</string>
|
---|
129 | </property>
|
---|
130 | <layout class="QVBoxLayout" name="verticalLayout" >
|
---|
131 | <item>
|
---|
132 | <widget class="QRadioButton" name="portrait" >
|
---|
133 | <property name="text" >
|
---|
134 | <string>Portrait</string>
|
---|
135 | </property>
|
---|
136 | <property name="checked" >
|
---|
137 | <bool>true</bool>
|
---|
138 | </property>
|
---|
139 | </widget>
|
---|
140 | </item>
|
---|
141 | <item>
|
---|
142 | <widget class="QRadioButton" name="landscape" >
|
---|
143 | <property name="text" >
|
---|
144 | <string>Landscape</string>
|
---|
145 | </property>
|
---|
146 | </widget>
|
---|
147 | </item>
|
---|
148 | <item>
|
---|
149 | <widget class="QRadioButton" name="reverseLandscape" >
|
---|
150 | <property name="text" >
|
---|
151 | <string>Reverse landscape</string>
|
---|
152 | </property>
|
---|
153 | </widget>
|
---|
154 | </item>
|
---|
155 | <item>
|
---|
156 | <widget class="QRadioButton" name="reversePortrait" >
|
---|
157 | <property name="text" >
|
---|
158 | <string>Reverse portrait</string>
|
---|
159 | </property>
|
---|
160 | </widget>
|
---|
161 | </item>
|
---|
162 | <item>
|
---|
163 | <spacer name="verticalSpacer_5" >
|
---|
164 | <property name="orientation" >
|
---|
165 | <enum>Qt::Vertical</enum>
|
---|
166 | </property>
|
---|
167 | <property name="sizeHint" stdset="0" >
|
---|
168 | <size>
|
---|
169 | <width>0</width>
|
---|
170 | <height>0</height>
|
---|
171 | </size>
|
---|
172 | </property>
|
---|
173 | </spacer>
|
---|
174 | </item>
|
---|
175 | </layout>
|
---|
176 | </widget>
|
---|
177 | </item>
|
---|
178 | <item rowspan="2" row="2" column="1" >
|
---|
179 | <widget class="QWidget" native="1" name="preview" />
|
---|
180 | </item>
|
---|
|
---|