docs: describe the pmdaroot process interfaces
[pcp.git] / src / pmchart / exportdialog.ui
blob85cbabe0615ff27a362ac4c931b5f52c55938cb8
1 <ui version="4.0" >
2  <class>ExportDialog</class>
3  <widget class="QDialog" name="ExportDialog" >
4   <property name="windowModality" >
5    <enum>Qt::WindowModal</enum>
6   </property>
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>418</width>
12     <height>218</height>
13    </rect>
14   </property>
15   <property name="sizePolicy" >
16    <sizepolicy>
17     <hsizetype>0</hsizetype>
18     <vsizetype>0</vsizetype>
19     <horstretch>0</horstretch>
20     <verstretch>0</verstretch>
21    </sizepolicy>
22   </property>
23   <property name="minimumSize" >
24    <size>
25     <width>418</width>
26     <height>218</height>
27    </size>
28   </property>
29   <property name="maximumSize" >
30    <size>
31     <width>418</width>
32     <height>218</height>
33    </size>
34   </property>
35   <property name="windowTitle" >
36    <string>Export</string>
37   </property>
38   <property name="windowIcon" >
39    <iconset resource="pmchart.qrc" >:/images/document-export.png</iconset>
40   </property>
41   <property name="toolTip" >
42    <string/>
43   </property>
44   <property name="sizeGripEnabled" >
45    <bool>false</bool>
46   </property>
47   <layout class="QGridLayout" >
48    <property name="margin" >
49     <number>9</number>
50    </property>
51    <property name="spacing" >
52     <number>6</number>
53    </property>
54    <item row="0" column="0" >
55     <layout class="QHBoxLayout" >
56      <property name="margin" >
57       <number>0</number>
58      </property>
59      <property name="spacing" >
60       <number>20</number>
61      </property>
62      <item>
63       <layout class="QVBoxLayout" >
64        <property name="margin" >
65         <number>0</number>
66        </property>
67        <property name="spacing" >
68         <number>6</number>
69        </property>
70        <item>
71         <layout class="QHBoxLayout" >
72          <property name="margin" >
73           <number>0</number>
74          </property>
75          <property name="spacing" >
76           <number>6</number>
77          </property>
78          <item>
79           <widget class="QLabel" name="formatTextLabel" >
80            <property name="text" >
81             <string>Image Format</string>
82            </property>
83            <property name="wordWrap" >
84             <bool>false</bool>
85            </property>
86           </widget>
87          </item>
88          <item>
89           <widget class="QComboBox" name="formatComboBox" >
90            <property name="maxCount" >
91             <number>32</number>
92            </property>
93            <property name="duplicatesEnabled" >
94             <bool>false</bool>
95            </property>
96           </widget>
97          </item>
98         </layout>
99        </item>
100        <item>
101         <widget class="QCheckBox" name="transparentCheckBox" >
102          <property name="text" >
103           <string>Transparent Background</string>
104          </property>
105          <property name="checked" >
106           <bool>true</bool>
107          </property>
108         </widget>
109        </item>
110        <item>
111         <layout class="QVBoxLayout" >
112          <property name="margin" >
113           <number>0</number>
114          </property>
115          <property name="spacing" >
116           <number>6</number>
117          </property>
118          <item>
119           <widget class="QRadioButton" name="selectedRadioButton" >
120            <property name="text" >
121             <string>Selected Chart Only</string>
122            </property>
123            <property name="checked" >
124             <bool>false</bool>
125            </property>
126           </widget>
127          </item>
128          <item>
129           <widget class="QRadioButton" name="allChartsRadioButton" >
130            <property name="sizePolicy" >
131             <sizepolicy>
132              <hsizetype>1</hsizetype>
133              <vsizetype>0</vsizetype>
134              <horstretch>0</horstretch>
135              <verstretch>0</verstretch>
136             </sizepolicy>
137            </property>
138            <property name="text" >
139             <string>All Charts in Tab</string>
140            </property>
141            <property name="checked" >
142             <bool>true</bool>
143            </property>
144           </widget>
145          </item>
146         </layout>
147        </item>
148       </layout>
149      </item>
150      <item>
151       <widget class="Line" name="line" >
152        <property name="orientation" >
153         <enum>Qt::Vertical</enum>
154        </property>
155       </widget>
156      </item>
157      <item>
158       <layout class="QGridLayout" >
159        <property name="margin" >
160         <number>0</number>
161        </property>
162        <property name="spacing" >
163         <number>0</number>
164        </property>
165        <item row="1" column="1" >
166         <widget class="QSpinBox" name="heightSpinBox" >
167          <property name="suffix" >
168           <string> px</string>
169          </property>
170          <property name="maximum" >
171           <number>999999999</number>
172          </property>
173         </widget>
174        </item>
175        <item row="2" column="0" >
176         <widget class="QLabel" name="qualityLabel" >
177          <property name="text" >
178           <string>Quality</string>
179          </property>
180          <property name="wordWrap" >
181           <bool>false</bool>
182          </property>
183         </widget>
184        </item>
185        <item row="2" column="1" >
186         <widget class="QSpinBox" name="qualitySpinBox" >
187          <property name="suffix" >
188           <string>%</string>
189          </property>
190          <property name="maximum" >
191           <number>999999999</number>
192          </property>
193         </widget>
194        </item>
195        <item row="3" column="0" colspan="2" >
196         <widget class="QSlider" name="qualitySlider" >
197          <property name="orientation" >
198           <enum>Qt::Horizontal</enum>
199          </property>
200         </widget>
201        </item>
202        <item row="0" column="0" >
203         <widget class="QLabel" name="widthLabel" >
204          <property name="text" >
205           <string>Width</string>
206          </property>
207         </widget>
208        </item>
209        <item row="1" column="0" >
210         <widget class="QLabel" name="heightLabel" >
211          <property name="text" >
212           <string>Height</string>
213          </property>
214         </widget>
215        </item>
216        <item row="0" column="1" >
217         <widget class="QSpinBox" name="widthSpinBox" >
218          <property name="suffix" >
219           <string> px</string>
220          </property>
221          <property name="maximum" >
222           <number>999999999</number>
223          </property>
224         </widget>
225        </item>
226       </layout>
227      </item>
228     </layout>
229    </item>
230    <item row="1" column="0" >
231     <layout class="QHBoxLayout" >
232      <property name="margin" >
233       <number>0</number>
234      </property>
235      <property name="spacing" >
236       <number>6</number>
237      </property>
238      <item>
239       <widget class="QLabel" name="fileLabel" >
240        <property name="text" >
241         <string>File</string>
242        </property>
243        <property name="alignment" >
244         <set>Qt::AlignVCenter</set>
245        </property>
246        <property name="wordWrap" >
247         <bool>false</bool>
248        </property>
249       </widget>
250      </item>
251      <item>
252       <widget class="QLineEdit" name="fileLineEdit" >
253        <property name="text" >
254         <string/>
255        </property>
256        <property name="alignment" >
257         <set>Qt::AlignLeading</set>
258        </property>
259       </widget>
260      </item>
261      <item>
262       <widget class="QPushButton" name="filePushButton" >
263        <property name="text" >
264         <string>...</string>
265        </property>
266        <property name="icon" >
267         <iconset resource="pmchart.qrc" >:/images/document-export.png</iconset>
268        </property>
269       </widget>
270      </item>
271     </layout>
272    </item>
273    <item row="2" column="0" >
274     <layout class="QHBoxLayout" >
275      <property name="margin" >
276       <number>0</number>
277      </property>
278      <property name="spacing" >
279       <number>6</number>
280      </property>
281      <item>
282       <spacer>
283        <property name="orientation" >
284         <enum>Qt::Horizontal</enum>
285        </property>
286        <property name="sizeType" >
287         <enum>QSizePolicy::Expanding</enum>
288        </property>
289        <property name="sizeHint" >
290         <size>
291          <width>214</width>
292          <height>27</height>
293         </size>
294        </property>
295       </spacer>
296      </item>
297      <item>
298       <widget class="QPushButton" name="buttonOk" >
299        <property name="text" >
300         <string>&amp;OK</string>
301        </property>
302        <property name="shortcut" >
303         <string/>
304        </property>
305        <property name="autoDefault" >
306         <bool>true</bool>
307        </property>
308        <property name="default" >
309         <bool>true</bool>
310        </property>
311       </widget>
312      </item>
313      <item>
314       <widget class="QPushButton" name="buttonCancel" >
315        <property name="text" >
316         <string>&amp;Cancel</string>
317        </property>
318        <property name="shortcut" >
319         <string/>
320        </property>
321        <property name="autoDefault" >
322         <bool>true</bool>
323        </property>
324       </widget>
325      </item>
326     </layout>
327    </item>
328   </layout>
329  </widget>
330  <resources>
331   <include location="pmchart.qrc" />
332  </resources>
333  <connections>
334   <connection>
335    <sender>buttonOk</sender>
336    <signal>clicked()</signal>
337    <receiver>ExportDialog</receiver>
338    <slot>accept()</slot>
339    <hints>
340     <hint type="sourcelabel" >
341      <x>20</x>
342      <y>20</y>
343     </hint>
344     <hint type="destinationlabel" >
345      <x>20</x>
346      <y>20</y>
347     </hint>
348    </hints>
349   </connection>
350   <connection>
351    <sender>buttonCancel</sender>
352    <signal>clicked()</signal>
353    <receiver>ExportDialog</receiver>
354    <slot>reject()</slot>
355    <hints>
356     <hint type="sourcelabel" >
357      <x>20</x>
358      <y>20</y>
359     </hint>
360     <hint type="destinationlabel" >
361      <x>20</x>
362      <y>20</y>
363     </hint>
364    </hints>
365   </connection>
366   <connection>
367    <sender>selectedRadioButton</sender>
368    <signal>clicked()</signal>
369    <receiver>ExportDialog</receiver>
370    <slot>selectedRadioButton_clicked()</slot>
371    <hints>
372     <hint type="sourcelabel" >
373      <x>20</x>
374      <y>20</y>
375     </hint>
376     <hint type="destinationlabel" >
377      <x>20</x>
378      <y>20</y>
379     </hint>
380    </hints>
381   </connection>
382   <connection>
383    <sender>allChartsRadioButton</sender>
384    <signal>clicked()</signal>
385    <receiver>ExportDialog</receiver>
386    <slot>allChartsRadioButton_clicked()</slot>
387    <hints>
388     <hint type="sourcelabel" >
389      <x>20</x>
390      <y>20</y>
391     </hint>
392     <hint type="destinationlabel" >
393      <x>20</x>
394      <y>20</y>
395     </hint>
396    </hints>
397   </connection>
398   <connection>
399    <sender>filePushButton</sender>
400    <signal>clicked()</signal>
401    <receiver>ExportDialog</receiver>
402    <slot>filePushButton_clicked()</slot>
403    <hints>
404     <hint type="sourcelabel" >
405      <x>20</x>
406      <y>20</y>
407     </hint>
408     <hint type="destinationlabel" >
409      <x>20</x>
410      <y>20</y>
411     </hint>
412    </hints>
413   </connection>
414   <connection>
415    <sender>qualitySlider</sender>
416    <signal>valueChanged(int)</signal>
417    <receiver>ExportDialog</receiver>
418    <slot>quality_valueChanged(int)</slot>
419    <hints>
420     <hint type="sourcelabel" >
421      <x>298</x>
422      <y>116</y>
423     </hint>
424     <hint type="destinationlabel" >
425      <x>187</x>
426      <y>109</y>
427     </hint>
428    </hints>
429   </connection>
430   <connection>
431    <sender>qualitySpinBox</sender>
432    <signal>valueChanged(int)</signal>
433    <receiver>ExportDialog</receiver>
434    <slot>quality_valueChanged(int)</slot>
435    <hints>
436     <hint type="sourcelabel" >
437      <x>332</x>
438      <y>91</y>
439     </hint>
440     <hint type="destinationlabel" >
441      <x>187</x>
442      <y>109</y>
443     </hint>
444    </hints>
445   </connection>
446   <connection>
447    <sender>formatComboBox</sender>
448    <signal>currentIndexChanged(QString)</signal>
449    <receiver>ExportDialog</receiver>
450    <slot>formatComboBox_currentIndexChanged(QString)</slot>
451    <hints>
452     <hint type="sourcelabel" >
453      <x>145</x>
454      <y>25</y>
455     </hint>
456     <hint type="destinationlabel" >
457      <x>187</x>
458      <y>109</y>
459     </hint>
460    </hints>
461   </connection>
462  </connections>
463 </ui>