Tizen 2.1 base
[platform/upstream/hplip.git] / ui / settingsdialog_base.ui
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>SettingsDialog_base</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>SettingsDialog_base</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>460</width>
12             <height>565</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>HP Device Manager - Settings</string>
17     </property>
18     <grid>
19         <property name="name">
20             <cstring>unnamed</cstring>
21         </property>
22         <widget class="QPushButton" row="1" column="2">
23             <property name="name">
24                 <cstring>pushButton30</cstring>
25             </property>
26             <property name="text">
27                 <string>OK</string>
28             </property>
29         </widget>
30         <widget class="QPushButton" row="1" column="1">
31             <property name="name">
32                 <cstring>pushButton31</cstring>
33             </property>
34             <property name="text">
35                 <string>Cancel</string>
36             </property>
37         </widget>
38         <spacer row="1" column="0">
39             <property name="name">
40                 <cstring>spacer40</cstring>
41             </property>
42             <property name="orientation">
43                 <enum>Horizontal</enum>
44             </property>
45             <property name="sizeType">
46                 <enum>Expanding</enum>
47             </property>
48             <property name="sizeHint">
49                 <size>
50                     <width>430</width>
51                     <height>20</height>
52                 </size>
53             </property>
54         </spacer>
55         <widget class="QTabWidget" row="0" column="0" rowspan="1" colspan="3">
56             <property name="name">
57                 <cstring>TabWidget</cstring>
58             </property>
59             <widget class="QWidget">
60                 <property name="name">
61                     <cstring>CleaningLevels</cstring>
62                 </property>
63                 <attribute name="title">
64                     <string>Auto Refresh</string>
65                 </attribute>
66                 <grid>
67                     <property name="name">
68                         <cstring>unnamed</cstring>
69                     </property>
70                     <widget class="QLabel" row="0" column="0">
71                         <property name="name">
72                             <cstring>textLabel3_2_2</cstring>
73                         </property>
74                         <property name="text">
75                             <string>&lt;b&gt;Configure if and when device(s) are automatically refreshed&lt;/b&gt;</string>
76                         </property>
77                     </widget>
78                     <widget class="Line" row="1" column="0">
79                         <property name="name">
80                             <cstring>line1_2_2</cstring>
81                         </property>
82                         <property name="frameShape">
83                             <enum>HLine</enum>
84                         </property>
85                         <property name="frameShadow">
86                             <enum>Sunken</enum>
87                         </property>
88                         <property name="orientation">
89                             <enum>Horizontal</enum>
90                         </property>
91                     </widget>
92                     <spacer row="5" column="0">
93                         <property name="name">
94                             <cstring>spacer8</cstring>
95                         </property>
96                         <property name="orientation">
97                             <enum>Vertical</enum>
98                         </property>
99                         <property name="sizeType">
100                             <enum>Expanding</enum>
101                         </property>
102                         <property name="sizeHint">
103                             <size>
104                                 <width>20</width>
105                                 <height>30</height>
106                             </size>
107                         </property>
108                     </spacer>
109                     <widget class="QCheckBox" row="2" column="0">
110                         <property name="name">
111                             <cstring>autoRefreshCheckBox</cstring>
112                         </property>
113                         <property name="text">
114                             <string>Enable device auto refresh</string>
115                         </property>
116                     </widget>
117                     <widget class="QButtonGroup" row="3" column="0">
118                         <property name="name">
119                             <cstring>CleaningLevel</cstring>
120                         </property>
121                         <property name="title">
122                             <string>Auto Interval</string>
123                         </property>
124                         <grid>
125                             <property name="name">
126                                 <cstring>unnamed</cstring>
127                             </property>
128                             <spacer row="0" column="2">
129                                 <property name="name">
130                                     <cstring>spacer9_2</cstring>
131                                 </property>
132                                 <property name="orientation">
133                                     <enum>Horizontal</enum>
134                                 </property>
135                                 <property name="sizeType">
136                                     <enum>Expanding</enum>
137                                 </property>
138                                 <property name="sizeHint">
139                                     <size>
140                                         <width>290</width>
141                                         <height>20</height>
142                                     </size>
143                                 </property>
144                             </spacer>
145                             <widget class="QLabel" row="0" column="0">
146                                 <property name="name">
147                                     <cstring>textLabel1_4</cstring>
148                                 </property>
149                                 <property name="text">
150                                     <string>Refresh every:</string>
151                                 </property>
152                             </widget>
153                             <widget class="QLayoutWidget" row="0" column="1">
154                                 <property name="name">
155                                     <cstring>layout7</cstring>
156                                 </property>
157                                 <hbox>
158                                     <property name="name">
159                                         <cstring>unnamed</cstring>
160                                     </property>
161                                     <widget class="QSpinBox">
162                                         <property name="name">
163                                             <cstring>AutoRefreshRate</cstring>
164                                         </property>
165                                         <property name="enabled">
166                                             <bool>false</bool>
167                                         </property>
168                                         <property name="wrapping">
169                                             <bool>true</bool>
170                                         </property>
171                                         <property name="buttonSymbols">
172                                             <enum>PlusMinus</enum>
173                                         </property>
174                                         <property name="maxValue">
175                                             <number>60</number>
176                                         </property>
177                                         <property name="minValue">
178                                             <number>5</number>
179                                         </property>
180                                         <property name="value">
181                                             <number>6</number>
182                                         </property>
183                                     </widget>
184                                     <widget class="QLabel">
185                                         <property name="name">
186                                             <cstring>textLabel1_3</cstring>
187                                         </property>
188                                         <property name="text">
189                                             <string>seconds</string>
190                                         </property>
191                                     </widget>
192                                 </hbox>
193                             </widget>
194                         </grid>
195                     </widget>
196                     <widget class="QButtonGroup" row="4" column="0">
197                         <property name="name">
198                             <cstring>refreshScopeButtonGroup</cstring>
199                         </property>
200                         <property name="title">
201                             <string>Device(s) to Refresh </string>
202                         </property>
203                         <grid>
204                             <property name="name">
205                                 <cstring>unnamed</cstring>
206                             </property>
207                             <widget class="QRadioButton" row="0" column="0">
208                                 <property name="name">
209                                     <cstring>radioButton1</cstring>
210                                 </property>
211                                 <property name="enabled">
212                                     <bool>false</bool>
213                                 </property>
214                                 <property name="text">
215                                     <string>Only currently selected device</string>
216                                 </property>
217                                 <property name="checked">
218                                     <bool>true</bool>
219                                 </property>
220                             </widget>
221                             <widget class="QRadioButton" row="1" column="0">
222                                 <property name="name">
223                                     <cstring>radioButton2</cstring>
224                                 </property>
225                                 <property name="enabled">
226                                     <bool>false</bool>
227                                 </property>
228                                 <property name="text">
229                                     <string>All devices</string>
230                                 </property>
231                             </widget>
232                         </grid>
233                     </widget>
234                 </grid>
235             </widget>
236             <widget class="QWidget">
237                 <property name="name">
238                     <cstring>FunctionCommands</cstring>
239                 </property>
240                 <attribute name="title">
241                     <string>Commands (Advanced)</string>
242                 </attribute>
243                 <grid>
244                     <property name="name">
245                         <cstring>unnamed</cstring>
246                     </property>
247                     <widget class="Line" row="1" column="0" rowspan="1" colspan="2">
248                         <property name="name">
249                             <cstring>line1_2_2_3</cstring>
250                         </property>
251                         <property name="frameShape">
252                             <enum>HLine</enum>
253                         </property>
254                         <property name="frameShadow">
255                             <enum>Sunken</enum>
256                         </property>
257                         <property name="orientation">
258                             <enum>Horizontal</enum>
259                         </property>
260                     </widget>
261                     <widget class="QLabel" row="0" column="0" rowspan="1" colspan="2">
262                         <property name="name">
263                             <cstring>textLabel3_2_2_2</cstring>
264                         </property>
265                         <property name="text">
266                             <string>&lt;b&gt;Configure what commands to run for device functions&lt;/b&gt;</string>
267                         </property>
268                     </widget>
269                     <widget class="QPushButton" row="4" column="0">
270                         <property name="name">
271                             <cstring>DefaultsButton</cstring>
272                         </property>
273                         <property name="enabled">
274                             <bool>true</bool>
275                         </property>
276                         <property name="text">
277                             <string>Set Defaults</string>
278                         </property>
279                     </widget>
280                     <spacer row="4" column="1">
281                         <property name="name">
282                             <cstring>spacer8_2</cstring>
283                         </property>
284                         <property name="orientation">
285                             <enum>Horizontal</enum>
286                         </property>
287                         <property name="sizeType">
288                             <enum>Expanding</enum>
289                         </property>
290                         <property name="sizeHint">
291                             <size>
292                                 <width>20</width>
293                                 <height>20</height>
294                             </size>
295                         </property>
296                     </spacer>
297                     <widget class="QGroupBox" row="2" column="0" rowspan="1" colspan="2">
298                         <property name="name">
299                             <cstring>groupBox3</cstring>
300                         </property>
301                         <property name="title">
302                             <string>Commands</string>
303                         </property>
304                         <grid>
305                             <property name="name">
306                                 <cstring>unnamed</cstring>
307                             </property>
308                             <widget class="QLabel" row="0" column="0">
309                                 <property name="name">
310                                     <cstring>textLabel1_2</cstring>
311                                 </property>
312                                 <property name="text">
313                                     <string>Print:</string>
314                                 </property>
315                             </widget>
316                             <widget class="QLineEdit" row="1" column="0">
317                                 <property name="name">
318                                     <cstring>PrintCommand</cstring>
319                                 </property>
320                                 <property name="enabled">
321                                     <bool>true</bool>
322                                 </property>
323                             </widget>
324                             <widget class="QLabel" row="2" column="0">
325                                 <property name="name">
326                                     <cstring>textLabel2_2</cstring>
327                                 </property>
328                                 <property name="text">
329                                     <string>Scan:</string>
330                                 </property>
331                             </widget>
332                             <widget class="QLabel" row="4" column="0">
333                                 <property name="name">
334                                     <cstring>textLabel3_3</cstring>
335                                 </property>
336                                 <property name="text">
337                                     <string>Send PC Fax:</string>
338                                 </property>
339                             </widget>
340                             <widget class="QLabel" row="6" column="0">
341                                 <property name="name">
342                                     <cstring>textLabel4</cstring>
343                                 </property>
344                                 <property name="text">
345                                     <string>Unload Photo Cards:</string>
346                                 </property>
347                             </widget>
348                             <widget class="QLineEdit" row="3" column="0">
349                                 <property name="name">
350                                     <cstring>ScanCommand</cstring>
351                                 </property>
352                             </widget>
353                             <widget class="QLineEdit" row="5" column="0">
354                                 <property name="name">
355                                     <cstring>SendFaxCommand</cstring>
356                                 </property>
357                                 <property name="enabled">
358                                     <bool>true</bool>
359                                 </property>
360                             </widget>
361                             <widget class="QLineEdit" row="7" column="0">
362                                 <property name="name">
363                                     <cstring>AccessPCardCommand</cstring>
364                                 </property>
365                                 <property name="enabled">
366                                     <bool>true</bool>
367                                 </property>
368                             </widget>
369                             <widget class="QLabel" row="8" column="0">
370                                 <property name="name">
371                                     <cstring>textLabel5</cstring>
372                                 </property>
373                                 <property name="text">
374                                     <string>Make Copies:</string>
375                                 </property>
376                             </widget>
377                             <widget class="QLineEdit" row="9" column="0">
378                                 <property name="name">
379                                     <cstring>MakeCopiesCommand</cstring>
380                                 </property>
381                                 <property name="enabled">
382                                     <bool>true</bool>
383                                 </property>
384                             </widget>
385                         </grid>
386                     </widget>
387                     <spacer row="3" column="0">
388                         <property name="name">
389                             <cstring>spacer49</cstring>
390                         </property>
391                         <property name="orientation">
392                             <enum>Vertical</enum>
393                         </property>
394                         <property name="sizeType">
395                             <enum>Expanding</enum>
396                         </property>
397                         <property name="sizeHint">
398                             <size>
399                                 <width>20</width>
400                                 <height>60</height>
401                             </size>
402                         </property>
403                     </spacer>
404                 </grid>
405             </widget>
406         </widget>
407     </grid>
408 </widget>
409 <connections>
410     <connection>
411         <sender>pushButton31</sender>
412         <signal>clicked()</signal>
413         <receiver>SettingsDialog_base</receiver>
414         <slot>reject()</slot>
415     </connection>
416     <connection>
417         <sender>pushButton30</sender>
418         <signal>clicked()</signal>
419         <receiver>SettingsDialog_base</receiver>
420         <slot>accept()</slot>
421     </connection>
422     <connection>
423         <sender>CleaningLevel</sender>
424         <signal>clicked(int)</signal>
425         <receiver>SettingsDialog_base</receiver>
426         <slot>CleaningLevel_clicked(int)</slot>
427     </connection>
428     <connection>
429         <sender>DefaultsButton</sender>
430         <signal>clicked()</signal>
431         <receiver>SettingsDialog_base</receiver>
432         <slot>DefaultsButton_clicked()</slot>
433     </connection>
434     <connection>
435         <sender>TabWidget</sender>
436         <signal>currentChanged(QWidget*)</signal>
437         <receiver>SettingsDialog_base</receiver>
438         <slot>TabWidget_currentChanged(QWidget*)</slot>
439     </connection>
440     <connection>
441         <sender>autoRefreshCheckBox</sender>
442         <signal>clicked()</signal>
443         <receiver>SettingsDialog_base</receiver>
444         <slot>autoRefreshCheckBox_clicked()</slot>
445     </connection>
446     <connection>
447         <sender>autoRefreshCheckBox</sender>
448         <signal>toggled(bool)</signal>
449         <receiver>AutoRefreshRate</receiver>
450         <slot>setEnabled(bool)</slot>
451     </connection>
452     <connection>
453         <sender>autoRefreshCheckBox</sender>
454         <signal>toggled(bool)</signal>
455         <receiver>radioButton1</receiver>
456         <slot>setEnabled(bool)</slot>
457     </connection>
458     <connection>
459         <sender>autoRefreshCheckBox</sender>
460         <signal>toggled(bool)</signal>
461         <receiver>radioButton2</receiver>
462         <slot>setEnabled(bool)</slot>
463     </connection>
464     <connection>
465         <sender>refreshScopeButtonGroup</sender>
466         <signal>clicked(int)</signal>
467         <receiver>SettingsDialog_base</receiver>
468         <slot>refreshScopeButtonGroup_clicked(int)</slot>
469     </connection>
470 </connections>
471 <tabstops>
472     <tabstop>TabWidget</tabstop>
473     <tabstop>pushButton30</tabstop>
474     <tabstop>pushButton31</tabstop>
475     <tabstop>PrintCommand</tabstop>
476     <tabstop>ScanCommand</tabstop>
477     <tabstop>AccessPCardCommand</tabstop>
478     <tabstop>SendFaxCommand</tabstop>
479     <tabstop>MakeCopiesCommand</tabstop>
480     <tabstop>DefaultsButton</tabstop>
481 </tabstops>
482 <slots>
483     <slot>PrintCmdChangeButton_clicked()</slot>
484     <slot>ScanCmdChangeButton_clicked()</slot>
485     <slot>AccessPCardCmdChangeButton_clicked()</slot>
486     <slot>SendFaxCmdChangeButton_clicked()</slot>
487     <slot>MakeCopiesCmdChangeButton_clicked()</slot>
488     <slot>CleaningLevel_clicked( int )</slot>
489     <slot>pushButton5_clicked()</slot>
490     <slot>DefaultsButton_clicked()</slot>
491     <slot>TabWidget_currentChanged( QWidget * )</slot>
492     <slot>pushButton6_clicked()</slot>
493     <slot>EmailTestButton_clicked()</slot>
494     <slot>autoRefreshCheckBox_clicked()</slot>
495     <slot>refreshScopeButtonGroup_clicked( int )</slot>
496     <slot>printButtonGroup_clicked( int )</slot>
497     <slot>scanButtonGroup_clicked( int )</slot>
498     <slot>faxButtonGroup_clicked( int )</slot>
499     <slot>pcardButtonGroup_clicked( int )</slot>
500     <slot>copyButtonGroup_clicked( int )</slot>
501 </slots>
502 <layoutdefaults spacing="6" margin="11"/>
503 </UI>