source: trunk/src/gui/dialogs/qprintsettingsoutput.ui@ 100

Last change on this file since 100 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 10.8 KB
Line 
1<ui version="4.0" >
2 <class>QPrintSettingsOutput</class>
3 <widget class="QWidget" name="QPrintSettingsOutput" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>416</width>
9 <height>166</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Form</string>
14 </property>
15 <layout class="QHBoxLayout" name="horizontalLayout_2" >
16 <property name="margin" >
17 <number>0</number>
18 </property>
19 <item>
20 <widget class="QTabWidget" name="tabs" >
21 <property name="currentIndex" >
22 <number>0</number>
23 </property>
24 <widget class="QWidget" name="copiesTab" >
25 <property name="geometry" >
26 <rect>
27 <x>0</x>
28 <y>0</y>
29 <width>412</width>
30 <height>139</height>
31 </rect>
32 </property>
33 <attribute name="title" >
34 <string>Copies</string>
35 </attribute>
36 <layout class="QHBoxLayout" name="horizontalLayout" >
37 <item>
38 <widget class="QGroupBox" name="gbPrintRange" >
39 <property name="sizePolicy" >
40 <sizepolicy vsizetype="Minimum" hsizetype="Preferred" >
41 <horstretch>0</horstretch>
42 <verstretch>0</verstretch>
43 </sizepolicy>
44 </property>
45 <property name="title" >
46 <string>Print range</string>
47 </property>
48 <layout class="QVBoxLayout" name="_3" >
49 <property name="spacing" >
50 <number>4</number>
51 </property>
52 <property name="margin" >
53 <number>6</number>
54 </property>
55 <item>
56 <widget class="QRadioButton" name="printAll" >
57 <property name="text" >
58 <string>Print all</string>
59 </property>
60 <property name="checked" >
61 <bool>true</bool>
62 </property>
63 </widget>
64 </item>
65 <item>
66 <layout class="QHBoxLayout" name="_4" >
67 <property name="spacing" >
68 <number>6</number>
69 </property>
70 <property name="margin" >
71 <number>0</number>
72 </property>
73 <item>
74 <widget class="QRadioButton" name="printRange" >
75 <property name="text" >
76 <string>Pages from</string>
77 </property>
78 </widget>
79 </item>
80 <item>
81 <widget class="QSpinBox" name="from" >
82 <property name="enabled" >
83 <bool>false</bool>
84 </property>
85 <property name="minimum" >
86 <number>1</number>
87 </property>
88 <property name="maximum" >
89 <number>999</number>
90 </property>
91 </widget>
92 </item>
93 <item>
94 <widget class="QLabel" name="label_3" >
95 <property name="text" >
96 <string>to</string>
97 </property>
98 </widget>
99 </item>
100 <item>
101 <widget class="QSpinBox" name="to" >
102 <property name="enabled" >
103 <bool>false</bool>
104 </property>
105 <property name="minimum" >
106 <number>1</number>
107 </property>
108 <property name="maximum" >
109 <number>999</number>
110 </property>
111 </widget>
112 </item>
113 <item>
114 <spacer>
115 <property name="orientation" >
116 <enum>Qt::Horizontal</enum>
117 </property>
118 <property name="sizeHint" stdset="0" >
119 <size>
120 <width>0</width>
121 <height>20</height>
122 </size>
123 </property>
124 </spacer>
125 </item>
126 </layout>
127 </item>
128 <item>
129 <widget class="QRadioButton" name="printSelection" >
130 <property name="text" >
131 <string>Selection</string>
132 </property>
133 </widget>
134 </item>
135 <item>
136 <spacer name="verticalSpacer" >
137 <property name="orientation" >
138 <enum>Qt::Vertical</enum>
139 </property>
140 <property name="sizeHint" stdset="0" >
141 <size>
142 <width>1</width>
143 <height>1</height>
144 </size>
145 </property>
146 </spacer>
147 </item>
148 </layout>
149 </widget>
150 </item>
151 <item>
152 <widget class="QGroupBox" name="groupBox" >
153 <property name="title" >
154 <string>Output Settings</string>
155 </property>
156 <layout class="QGridLayout" name="gridLayout" >
157 <item row="0" column="0" >
158 <widget class="QLabel" name="label" >
159 <property name="text" >
160 <string>Copies:</string>
161 </property>
162 <property name="buddy" >
163 <cstring>copies</cstring>
164 </property>
165 </widget>
166 </item>
167 <item row="0" column="1" colspan="2" >
168 <widget class="QSpinBox" name="copies" >
169 <property name="minimum" >
170 <number>1</number>
171 </property>
172 <property name="maximum" >
173 <number>999</number>
174 </property>
175 </widget>
176 </item>
177 <item row="0" column="3" >
178 <spacer name="horizontalSpacer" >
179 <property name="orientation" >
180 <enum>Qt::Horizontal</enum>
181 </property>
182 <property name="sizeHint" stdset="0" >
183 <size>
184 <width>91</width>
185 <height>20</height>
186 </size>
187 </property>
188 </spacer>
189 </item>
190 <item row="1" column="0" colspan="2" >
191 <widget class="QCheckBox" name="collate" >
192 <property name="text" >
193 <string>Collate</string>
194 </property>
195 </widget>
196 </item>
197 <item rowspan="2" row="1" column="2" colspan="2" >
198 <widget class="QLabel" name="outputIcon" >
199 <property name="sizePolicy" >
200 <sizepolicy vsizetype="Ignored" hsizetype="Ignored" >
201 <horstretch>0</horstretch>
202 <verstretch>0</verstretch>
203 </sizepolicy>
204 </property>
205 </widget>
206 </item>
207 <item row="2" column="0" colspan="2" >
208 <widget class="QCheckBox" name="reverse" >
209 <property name="text" >
210 <string>Reverse</string>
211 </property>
212 </widget>
213 </item>
214 <item row="3" column="0" colspan="4" >
215 <spacer name="verticalSpacer_2" >
216 <property name="orientation" >
217 <enum>Qt::Vertical</enum>
218 </property>
219 <property name="sizeHint" stdset="0" >
220 <size>
221 <width>0</width>
222 <height>1</height>
223 </size>
224 </property>
225 </spacer>
226 </item>
227 </layout>
228 </widget>
229 </item>
230 </layout>
231 </widget>
232 <widget class="QWidget" name="optionsTab" >
233 <property name="geometry" >
234 <rect>
235 <x>0</x>
236 <y>0</y>
237 <width>412</width>
238 <height>139</height>
239 </rect>
240 </property>
241 <attribute name="title" >
242 <string>Options</string>
243 </attribute>
244 <layout class="QGridLayout" name="gridLayout_2" >
245 <item row="0" column="1" >
246 <widget class="QGroupBox" name="colorMode" >
247 <property name="title" >
248 <string>Color Mode</string>
249 </property>
250 <layout class="QGridLayout" name="gridLayout_4" >
251 <item row="2" column="0" >
252 <spacer name="verticalSpacer_6" >
253 <property name="orientation" >
254 <enum>Qt::Vertical</enum>
255 </property>
256 <property name="sizeHint" stdset="0" >
257 <size>
258 <width>1</width>
259 <height>0</height>
260 </size>
261 </property>
262 </spacer>
263 </item>
264 <item row="0" column="0" >
265 <widget class="QRadioButton" name="color" >
266 <property name="text" >
267 <string>Color</string>
268 </property>
269 </widget>
270 </item>
271 <item rowspan="3" row="0" column="1" >
272 <widget class="QLabel" name="colorIcon" />
273 </item>
274 <item row="1" column="0" >
275 <widget class="QRadioButton" name="grayscale" >
276 <property name="text" >
277 <string>Grayscale</string>
278 </property>
279 </widget>
280 </item>
281 </layout>
282 </widget>
283 </item>
284 <item row="0" column="0" >
285 <widget class="QGroupBox" name="duplex" >
286 <property name="title" >
287 <string>Duplex Printing</string>
288 </property>
289 <layout class="QVBoxLayout" name="verticalLayout" >
290 <item>
291 <widget class="QRadioButton" name="noDuplex" >
292 <property name="text" >
293 <string>None</string>
294 </property>
295 <property name="checked" >
296 <bool>true</bool>
297 </property>
298 </widget>
299 </item>
300 <item>
301 <widget class="QRadioButton" name="duplexLong" >
302 <property name="text" >
303 <string>Long side</string>
304 </property>
305 </widget>
306 </item>
307 <item>
308 <widget class="QRadioButton" name="duplexShort" >
309 <property name="text" >
310 <string>Short side</string>
311 </property>
312 </widget>
313 </item>
314 <item>
315 <spacer name="verticalSpacer_42" >
316 <property name="orientation" >
317 <enum>Qt::Vertical</enum>
318 </property>
319 <property name="sizeHint" stdset="0" >
320 <size>
321 <width>1</width>
322 <height>0</height>
323 </size>
324 </property>
325 </spacer>
326 </item>
327 </layout>
328 </widget>
329 </item>
330 </layout>
331 </widget>
332 </widget>
333 </item>
334 </layout>
335 </widget>
336 <resources/>
337 <connections>
338 <connection>
339 <sender>printRange</sender>
340 <signal>toggled(bool)</signal>
341 <receiver>from</receiver>
342 <slot>setEnabled(bool)</slot>
343 <hints>
344 <hint type="sourcelabel" >
345 <x>76</x>
346 <y>59</y>
347 </hint>
348 <hint type="destinationlabel" >
349 <x>122</x>
350 <y>57</y>
351 </hint>
352 </hints>
353 </connection>
354 <connection>
355 <sender>printRange</sender>
356 <signal>toggled(bool)</signal>
357 <receiver>to</receiver>
358 <slot>setEnabled(bool)</slot>
359 <hints>
360 <hint type="sourcelabel" >
361 <x>69</x>
362 <y>67</y>
363 </hint>
364 <hint type="destinationlabel" >
365 <x>215</x>
366 <y>67</y>
367 </hint>
368 </hints>
369 </connection>
370 </connections>
371</ui>
Note: See TracBrowser for help on using the repository browser.