1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>QG_ImageOptionsDialog</class>
4 <widget class="QDialog" name="QG_ImageOptionsDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>449</width>
10    <height>545</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Image Export Options</string>
15  </property>
16  <property name="sizeGripEnabled">
17   <bool>true</bool>
18  </property>
19  <layout class="QGridLayout" name="gridLayout">
20   <item row="0" column="0" colspan="2">
21    <widget class="QGroupBox" name="bgSize">
22     <property name="title">
23      <string>Bitmap Size</string>
24     </property>
25     <layout class="QGridLayout">
26      <item row="2" column="1">
27       <widget class="QLabel" name="lResolution">
28        <property name="text">
29         <string>Resolution:</string>
30        </property>
31        <property name="wordWrap">
32         <bool>false</bool>
33        </property>
34       </widget>
35      </item>
36      <item row="2" column="2">
37       <widget class="QComboBox" name="cbResolution">
38        <property name="editable">
39         <bool>true</bool>
40        </property>
41        <item>
42         <property name="text">
43          <string>auto</string>
44         </property>
45        </item>
46        <item>
47         <property name="text">
48          <string notr="true">1</string>
49         </property>
50        </item>
51        <item>
52         <property name="text">
53          <string notr="true">2</string>
54         </property>
55        </item>
56        <item>
57         <property name="text">
58          <string notr="true">3</string>
59         </property>
60        </item>
61        <item>
62         <property name="text">
63          <string notr="true">4</string>
64         </property>
65        </item>
66        <item>
67         <property name="text">
68          <string notr="true">5</string>
69         </property>
70        </item>
71        <item>
72         <property name="text">
73          <string notr="true">10</string>
74         </property>
75        </item>
76        <item>
77         <property name="text">
78          <string notr="true">15</string>
79         </property>
80        </item>
81        <item>
82         <property name="text">
83          <string notr="true">20</string>
84         </property>
85        </item>
86        <item>
87         <property name="text">
88          <string notr="true">25</string>
89         </property>
90        </item>
91        <item>
92         <property name="text">
93          <string notr="true">50</string>
94         </property>
95        </item>
96        <item>
97         <property name="text">
98          <string notr="true">75</string>
99         </property>
100        </item>
101        <item>
102         <property name="text">
103          <string notr="true">100</string>
104         </property>
105        </item>
106        <item>
107         <property name="text">
108          <string notr="true">150</string>
109         </property>
110        </item>
111        <item>
112         <property name="text">
113          <string notr="true">300</string>
114         </property>
115        </item>
116        <item>
117         <property name="text">
118          <string notr="true">600</string>
119         </property>
120        </item>
121        <item>
122         <property name="text">
123          <string notr="true">1200</string>
124         </property>
125        </item>
126       </widget>
127      </item>
128      <item row="7" column="0" colspan="3">
129       <spacer name="verticalSpacer">
130        <property name="orientation">
131         <enum>Qt::Vertical</enum>
132        </property>
133        <property name="sizeHint" stdset="0">
134         <size>
135          <width>20</width>
136          <height>40</height>
137         </size>
138        </property>
139       </spacer>
140      </item>
141      <item row="5" column="1">
142       <widget class="QLabel" name="lWidth">
143        <property name="text">
144         <string>Width:</string>
145        </property>
146        <property name="wordWrap">
147         <bool>false</bool>
148        </property>
149       </widget>
150      </item>
151      <item row="6" column="1">
152       <widget class="QLabel" name="lHeight">
153        <property name="text">
154         <string>Height:</string>
155        </property>
156        <property name="wordWrap">
157         <bool>false</bool>
158        </property>
159       </widget>
160      </item>
161      <item row="6" column="2">
162       <widget class="QLineEdit" name="leHeight">
163        <property name="text">
164         <string notr="true">480</string>
165        </property>
166        <property name="placeholderText">
167         <string notr="true"/>
168        </property>
169       </widget>
170      </item>
171      <item row="5" column="2">
172       <widget class="QLineEdit" name="leWidth">
173        <property name="text">
174         <string notr="true">640</string>
175        </property>
176        <property name="placeholderText">
177         <string notr="true"/>
178        </property>
179       </widget>
180      </item>
181      <item row="4" column="0" colspan="3">
182       <spacer name="verticalSpacer_2">
183        <property name="orientation">
184         <enum>Qt::Vertical</enum>
185        </property>
186        <property name="sizeType">
187         <enum>QSizePolicy::Expanding</enum>
188        </property>
189        <property name="sizeHint" stdset="0">
190         <size>
191          <width>20</width>
192          <height>20</height>
193         </size>
194        </property>
195       </spacer>
196      </item>
197     </layout>
198    </widget>
199   </item>
200   <item row="2" column="0">
201    <widget class="QGroupBox" name="bgBackground">
202     <property name="title">
203      <string>Background</string>
204     </property>
205     <layout class="QVBoxLayout">
206      <item>
207       <widget class="QRadioButton" name="rbWhite">
208        <property name="text">
209         <string>White</string>
210        </property>
211        <property name="checked">
212         <bool>true</bool>
213        </property>
214       </widget>
215      </item>
216      <item>
217       <widget class="QRadioButton" name="rbBlack">
218        <property name="text">
219         <string>B&amp;lack</string>
220        </property>
221       </widget>
222      </item>
223      <item>
224       <spacer name="hspacer1">
225        <property name="orientation">
226         <enum>Qt::Horizontal</enum>
227        </property>
228        <property name="sizeHint" stdset="0">
229         <size>
230          <width>40</width>
231          <height>20</height>
232         </size>
233        </property>
234       </spacer>
235      </item>
236      <item>
237       <spacer name="vspacer3">
238        <property name="orientation">
239         <enum>Qt::Vertical</enum>
240        </property>
241        <property name="sizeType">
242         <enum>QSizePolicy::Expanding</enum>
243        </property>
244        <property name="sizeHint" stdset="0">
245         <size>
246          <width>20</width>
247          <height>51</height>
248         </size>
249        </property>
250       </spacer>
251      </item>
252     </layout>
253    </widget>
254   </item>
255   <item row="2" column="1">
256    <widget class="QGroupBox" name="bgColouring">
257     <property name="title">
258      <string>Colouring</string>
259     </property>
260     <layout class="QVBoxLayout" name="verticalLayout">
261      <item>
262       <widget class="QRadioButton" name="rbBlackWhite">
263        <property name="text">
264         <string>Black / White</string>
265        </property>
266        <property name="checked">
267         <bool>true</bool>
268        </property>
269       </widget>
270      </item>
271      <item>
272       <widget class="QRadioButton" name="rbColoured">
273        <property name="text">
274         <string>Coloured</string>
275        </property>
276       </widget>
277      </item>
278      <item>
279       <spacer name="hspacer2">
280        <property name="orientation">
281         <enum>Qt::Horizontal</enum>
282        </property>
283        <property name="sizeHint" stdset="0">
284         <size>
285          <width>40</width>
286          <height>20</height>
287         </size>
288        </property>
289       </spacer>
290      </item>
291      <item>
292       <spacer name="vspacer4">
293        <property name="orientation">
294         <enum>Qt::Vertical</enum>
295        </property>
296        <property name="sizeHint" stdset="0">
297         <size>
298          <width>20</width>
299          <height>45</height>
300         </size>
301        </property>
302       </spacer>
303      </item>
304     </layout>
305    </widget>
306   </item>
307   <item row="1" column="0" colspan="2">
308    <widget class="QGroupBox" name="bgBorders">
309     <property name="title">
310      <string>Borders</string>
311     </property>
312     <layout class="QFormLayout" name="formLayout">
313      <item row="1" column="1">
314       <widget class="QLineEdit" name="leLeftRight">
315        <property name="text">
316         <string/>
317        </property>
318       </widget>
319      </item>
320      <item row="3" column="1">
321       <widget class="QLineEdit" name="leTopBottom"/>
322      </item>
323      <item row="3" column="0">
324       <widget class="QLabel" name="lTopBottom">
325        <property name="text">
326         <string>Top / Bottom - Border:</string>
327        </property>
328       </widget>
329      </item>
330      <item row="1" column="0">
331       <widget class="QLabel" name="lLeftRight">
332        <property name="text">
333         <string>Left / Right - Border:</string>
334        </property>
335       </widget>
336      </item>
337      <item row="5" column="0" colspan="2">
338       <spacer name="vspacer5">
339        <property name="orientation">
340         <enum>Qt::Vertical</enum>
341        </property>
342        <property name="sizeHint" stdset="0">
343         <size>
344          <width>20</width>
345          <height>40</height>
346         </size>
347        </property>
348       </spacer>
349      </item>
350      <item row="2" column="1">
351       <widget class="QCheckBox" name="cbSameBorders">
352        <property name="text">
353         <string>set same size</string>
354        </property>
355       </widget>
356      </item>
357     </layout>
358    </widget>
359   </item>
360   <item row="3" column="0" colspan="2">
361    <widget class="QDialogButtonBox" name="buttonBox">
362     <property name="sizePolicy">
363      <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
364       <horstretch>0</horstretch>
365       <verstretch>0</verstretch>
366      </sizepolicy>
367     </property>
368     <property name="standardButtons">
369      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
370     </property>
371    </widget>
372   </item>
373  </layout>
374 </widget>
375 <layoutdefault spacing="6" margin="11"/>
376 <tabstops>
377  <tabstop>leWidth</tabstop>
378  <tabstop>leHeight</tabstop>
379  <tabstop>rbWhite</tabstop>
380 </tabstops>
381 <resources/>
382 <connections>
383  <connection>
384   <sender>buttonBox</sender>
385   <signal>accepted()</signal>
386   <receiver>QG_ImageOptionsDialog</receiver>
387   <slot>ok()</slot>
388   <hints>
389    <hint type="sourcelabel">
390     <x>224</x>
391     <y>528</y>
392    </hint>
393    <hint type="destinationlabel">
394     <x>20</x>
395     <y>20</y>
396    </hint>
397   </hints>
398  </connection>
399  <connection>
400   <sender>buttonBox</sender>
401   <signal>rejected()</signal>
402   <receiver>QG_ImageOptionsDialog</receiver>
403   <slot>reject()</slot>
404   <hints>
405    <hint type="sourcelabel">
406     <x>224</x>
407     <y>528</y>
408    </hint>
409    <hint type="destinationlabel">
410     <x>20</x>
411     <y>20</y>
412    </hint>
413   </hints>
414  </connection>
415  <connection>
416   <sender>leWidth</sender>
417   <signal>textChanged(QString)</signal>
418   <receiver>QG_ImageOptionsDialog</receiver>
419   <slot>sizeChanged()</slot>
420   <hints>
421    <hint type="sourcelabel">
422     <x>20</x>
423     <y>20</y>
424    </hint>
425    <hint type="destinationlabel">
426     <x>20</x>
427     <y>20</y>
428    </hint>
429   </hints>
430  </connection>
431  <connection>
432   <sender>leHeight</sender>
433   <signal>textChanged(QString)</signal>
434   <receiver>QG_ImageOptionsDialog</receiver>
435   <slot>sizeChanged()</slot>
436   <hints>
437    <hint type="sourcelabel">
438     <x>20</x>
439     <y>20</y>
440    </hint>
441    <hint type="destinationlabel">
442     <x>20</x>
443     <y>20</y>
444    </hint>
445   </hints>
446  </connection>
447  <connection>
448   <sender>cbResolution</sender>
449   <signal>editTextChanged(QString)</signal>
450   <receiver>QG_ImageOptionsDialog</receiver>
451   <slot>resolutionChanged()</slot>
452   <hints>
453    <hint type="sourcelabel">
454     <x>20</x>
455     <y>20</y>
456    </hint>
457    <hint type="destinationlabel">
458     <x>20</x>
459     <y>20</y>
460    </hint>
461   </hints>
462  </connection>
463  <connection>
464   <sender>cbSameBorders</sender>
465   <signal>stateChanged(int)</signal>
466   <receiver>QG_ImageOptionsDialog</receiver>
467   <slot>sameBordersChanged()</slot>
468   <hints>
469    <hint type="sourcelabel">
470     <x>20</x>
471     <y>20</y>
472    </hint>
473    <hint type="destinationlabel">
474     <x>20</x>
475     <y>20</y>
476    </hint>
477   </hints>
478  </connection>
479  <connection>
480   <sender>leLeftRight</sender>
481   <signal>textChanged(QString)</signal>
482   <receiver>QG_ImageOptionsDialog</receiver>
483   <slot>borderChanged()</slot>
484   <hints>
485    <hint type="sourcelabel">
486     <x>20</x>
487     <y>20</y>
488    </hint>
489    <hint type="destinationlabel">
490     <x>20</x>
491     <y>20</y>
492    </hint>
493   </hints>
494  </connection>
495 </connections>
496</ui>
497