Tizen 2.1 base
[platform/upstream/hplip.git] / ui4 / setupdialog_base.ui
1 <ui version="4.0" >
2  <class>Dialog</class>
3  <widget class="QDialog" name="Dialog" >
4   <property name="windowModality" >
5    <enum>Qt::ApplicationModal</enum>
6   </property>
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>700</width>
12     <height>500</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string>HP Device Manager - Setup</string>
17   </property>
18   <layout class="QGridLayout" >
19    <item row="0" column="0" colspan="5" >
20     <widget class="QStackedWidget" name="StackedWidget" >
21      <property name="currentIndex" >
22       <number>0</number>
23      </property>
24      <widget class="QWidget" name="DiscoveryPage" >
25       <layout class="QGridLayout" >
26        <item row="0" column="0" colspan="2" >
27         <widget class="QLabel" name="label" >
28          <property name="font" >
29           <font>
30            <pointsize>16</pointsize>
31           </font>
32          </property>
33          <property name="text" >
34           <string>Device Discovery</string>
35          </property>
36         </widget>
37        </item>
38        <item row="1" column="0" colspan="2" >
39         <widget class="Line" name="line" >
40          <property name="orientation" >
41           <enum>Qt::Horizontal</enum>
42          </property>
43         </widget>
44        </item>
45        <item row="2" column="0" colspan="2" >
46         <widget class="QGroupBox" name="groupBox" >
47          <property name="title" >
48           <string>Connection (I/O) Type</string>
49          </property>
50          <layout class="QGridLayout" >
51           <item row="0" column="0" >
52            <widget class="QRadioButton" name="UsbRadioButton" >
53             <property name="text" >
54              <string>Universal Serial Bus (USB)</string>
55             </property>
56             <property name="checked" >
57              <bool>true</bool>
58             </property>
59            </widget>
60           </item>
61           <item row="1" column="0" >
62            <widget class="QRadioButton" name="NetworkRadioButton" >
63             <property name="text" >
64              <string>Network/Ethernet/Wireless network (direct connection or JetDirect)</string>
65             </property>
66            </widget>
67           </item>
68           <item row="3" column="0" >
69            <widget class="QRadioButton" name="ParallelRadioButton" >
70             <property name="enabled" >
71              <bool>true</bool>
72             </property>
73             <property name="text" >
74              <string>Parallel Port (LPT)</string>
75             </property>
76            </widget>
77           </item>
78           <item row="2" column="0" >
79            <widget class="QRadioButton" name="WirelessButton" >
80             <property name="text" >
81              <string>Wireless/802.11 (requires a temporary USB connection and is only available for select devices)</string>
82             </property>
83            </widget>
84           </item>
85          </layout>
86         </widget>
87        </item>
88        <item row="3" column="0" >
89         <widget class="QPushButton" name="AdvancedButton" >
90          <property name="text" >
91           <string/>
92          </property>
93         </widget>
94        </item>
95        <item row="3" column="1" >
96         <spacer>
97          <property name="orientation" >
98           <enum>Qt::Horizontal</enum>
99          </property>
100          <property name="sizeHint" >
101           <size>
102            <width>381</width>
103            <height>20</height>
104           </size>
105          </property>
106         </spacer>
107        </item>
108        <item row="4" column="0" colspan="2" >
109         <widget class="QStackedWidget" name="AdvancedStackedWidget" >
110          <property name="currentIndex" >
111           <number>0</number>
112          </property>
113          <widget class="QWidget" name="page" >
114           <layout class="QGridLayout" >
115            <item row="0" column="0" >
116             <widget class="QGroupBox" name="DiscoveryOptionsGroupBox" >
117              <property name="title" >
118               <string>Discovery Options</string>
119              </property>
120              <layout class="QGridLayout" >
121               <item row="0" column="0" >
122                <layout class="QHBoxLayout" >
123                 <item>
124                  <widget class="QLabel" name="label_2" >
125                   <property name="text" >
126                    <string>Search term:</string>
127                   </property>
128                  </widget>
129                 </item>
130                 <item>
131                  <widget class="QLineEdit" name="SearchLineEdit" />
132                 </item>
133                </layout>
134               </item>
135               <item row="0" column="1" colspan="2" >
136                <layout class="QHBoxLayout" >
137                 <item>
138                  <widget class="QLabel" name="DeviceTypeLabel" >
139                   <property name="text" >
140                    <string>Type:</string>
141                   </property>
142                  </widget>
143                 </item>
144                 <item>
145                  <widget class="QComboBox" name="DeviceTypeComboBox" />
146                 </item>
147                </layout>
148               </item>
149               <item row="1" column="0" >
150                <layout class="QHBoxLayout" >
151                 <item>
152                  <widget class="QLabel" name="NetworkDiscoveryMethodLabel" >
153                   <property name="text" >
154                    <string>Network discovery method:</string>
155                   </property>
156                  </widget>
157                 </item>
158                 <item>
159                  <widget class="QComboBox" name="NetworkDiscoveryMethodComboBox" >
160                   <item>
161                    <property name="text" >
162                     <string>SLP</string>
163                    </property>
164                   </item>
165                   <item>
166                    <property name="text" >
167                     <string>mDNS/Bonjour</string>
168                    </property>
169                   </item>
170                  </widget>
171                 </item>
172                </layout>
173               </item>
174               <item row="1" column="1" >
175                <layout class="QHBoxLayout" >
176                 <item>
177                  <widget class="QLabel" name="NetworkTimeoutLabel" >
178                   <property name="text" >
179                    <string>Timeout:</string>
180                   </property>
181                  </widget>
182                 </item>
183                 <item>
184                  <widget class="QSpinBox" name="NetworkTimeoutSpinBox" >
185                   <property name="suffix" >
186                    <string>sec</string>
187                   </property>
188                   <property name="minimum" >
189                    <number>1</number>
190                   </property>
191                   <property name="maximum" >
192                    <number>90</number>
193                   </property>
194                   <property name="value" >
195                    <number>5</number>
196                   </property>
197                  </widget>
198                 </item>
199                </layout>
200               </item>
201               <item row="1" column="2" >
202                <layout class="QHBoxLayout" >
203                 <item>
204                  <widget class="QLabel" name="NetworkTTLLabel" >
205                   <property name="text" >
206                    <string>TTL:</string>
207                   </property>
208                  </widget>
209                 </item>
210                 <item>
211                  <widget class="QSpinBox" name="NetworkTTLSpinBox" >
212                   <property name="suffix" >
213                    <string/>
214                   </property>
215                   <property name="minimum" >
216                    <number>1</number>
217                   </property>
218                   <property name="maximum" >
219                    <number>8</number>
220                   </property>
221                   <property name="value" >
222                    <number>4</number>
223                   </property>
224                  </widget>
225                 </item>
226                </layout>
227               </item>
228              </layout>
229             </widget>
230            </item>
231            <item row="1" column="0" >
232             <widget class="QGroupBox" name="ManualGroupBox" >
233              <property name="title" >
234               <string>Manual Discovery</string>
235              </property>
236              <property name="checkable" >
237               <bool>true</bool>
238              </property>
239              <layout class="QGridLayout" >
240               <item row="0" column="0" >
241                <widget class="QLabel" name="ManualParamLabel" >
242                 <property name="text" >
243                  <string>Parameter:</string>
244                 </property>
245                </widget>
246               </item>
247               <item row="0" column="1" >
248                <widget class="QLineEdit" name="ManualParamLineEdit" />
249               </item>
250               <item row="0" column="2" >
251                <widget class="QLabel" name="JetDirectLabel" >
252                 <property name="text" >
253                  <string>Jetdirect port:</string>
254                 </property>
255                </widget>
256               </item>
257               <item row="0" column="3" >
258                <widget class="QSpinBox" name="JetDirectSpinBox" >
259                 <property name="minimum" >
260                  <number>1</number>
261                 </property>
262                 <property name="maximum" >
263                  <number>3</number>
264                 </property>
265                </widget>
266               </item>
267              </layout>
268             </widget>
269            </item>
270           </layout>
271          </widget>
272          <widget class="QWidget" name="page_4" />
273         </widget>
274        </item>
275        <item row="5" column="0" colspan="2" >
276         <spacer>
277          <property name="orientation" >
278           <enum>Qt::Vertical</enum>
279          </property>
280          <property name="sizeHint" >
281           <size>
282            <width>478</width>
283            <height>20</height>
284           </size>
285          </property>
286         </spacer>
287        </item>
288       </layout>
289      </widget>
290      <widget class="QWidget" name="page_2" >
291       <layout class="QGridLayout" >
292        <item row="0" column="0" colspan="2" >
293         <widget class="QLabel" name="label_4" >
294          <property name="font" >
295           <font>
296            <pointsize>16</pointsize>
297           </font>
298          </property>
299          <property name="text" >
300           <string>Select From Discovered Devices</string>
301          </property>
302         </widget>
303        </item>
304        <item row="1" column="0" colspan="3" >
305         <widget class="Line" name="line_2" >
306          <property name="orientation" >
307           <enum>Qt::Horizontal</enum>
308          </property>
309         </widget>
310        </item>
311        <item row="2" column="0" colspan="3" >
312         <widget class="QTableWidget" name="DevicesTableWidget" >
313          <property name="alternatingRowColors" >
314           <bool>true</bool>
315          </property>
316          <property name="selectionMode" >
317           <enum>QAbstractItemView::SingleSelection</enum>
318          </property>
319          <property name="selectionBehavior" >
320           <enum>QAbstractItemView::SelectRows</enum>
321          </property>
322          <property name="sortingEnabled" >
323           <bool>false</bool>
324          </property>
325         </widget>
326        </item>
327        <item row="3" column="0" >
328         <layout class="QHBoxLayout" >
329          <item>
330           <widget class="QLabel" name="DevicesFoundIcon" >
331            <property name="sizePolicy" >
332             <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
333              <horstretch>0</horstretch>
334              <verstretch>0</verstretch>
335             </sizepolicy>
336            </property>
337            <property name="minimumSize" >
338             <size>
339              <width>16</width>
340              <height>16</height>
341             </size>
342            </property>
343            <property name="maximumSize" >
344             <size>
345              <width>16</width>
346              <height>16</height>
347             </size>
348            </property>
349            <property name="frameShape" >
350             <enum>QFrame::NoFrame</enum>
351            </property>
352            <property name="text" >
353             <string/>
354            </property>
355           </widget>
356          </item>
357          <item>
358           <widget class="QLabel" name="DevicesFoundLabel" >
359            <property name="sizePolicy" >
360             <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
361              <horstretch>0</horstretch>
362              <verstretch>0</verstretch>
363             </sizepolicy>
364            </property>
365            <property name="text" >
366             <string>Found %1 devices on the %1 bus.</string>
367            </property>
368            <property name="wordWrap" >
369             <bool>true</bool>
370            </property>
371           </widget>
372          </item>
373         </layout>
374        </item>
375        <item row="3" column="1" >
376         <spacer>
377          <property name="orientation" >
378           <enum>Qt::Horizontal</enum>
379          </property>
380          <property name="sizeType" >
381           <enum>QSizePolicy::Preferred</enum>
382          </property>
383          <property name="sizeHint" >
384           <size>
385            <width>21</width>
386            <height>28</height>
387           </size>
388          </property>
389         </spacer>
390        </item>
391        <item row="3" column="2" >
392         <widget class="QPushButton" name="RefreshButton" >
393          <property name="text" >
394           <string>Refresh</string>
395          </property>
396         </widget>
397        </item>
398       </layout>
399      </widget>
400      <widget class="QWidget" name="page_3" >
401       <layout class="QGridLayout" >
402        <item row="0" column="0" >
403         <widget class="QLabel" name="label_5" >
404          <property name="font" >
405           <font>
406            <pointsize>16</pointsize>
407           </font>
408          </property>
409          <property name="text" >
410           <string>Setup Device</string>
411          </property>
412         </widget>
413        </item>
414        <item row="1" column="0" >
415         <widget class="Line" name="line_3" >
416          <property name="orientation" >
417           <enum>Qt::Horizontal</enum>
418          </property>
419         </widget>
420        </item>
421        <item row="2" column="0" >
422         <widget class="QGroupBox" name="groupBox_3" >
423          <property name="title" >
424           <string>Printer Setup</string>
425          </property>
426          <layout class="QGridLayout" >
427           <item row="0" column="0" >
428            <widget class="QLabel" name="label_6" >
429             <property name="text" >
430              <string>Printer name:</string>
431             </property>
432            </widget>
433           </item>
434           <item row="0" column="1" colspan="2" >
435            <widget class="QLineEdit" name="PrinterNameLineEdit" />
436           </item>
437           <item row="1" column="0" >
438            <widget class="QLabel" name="label_7" >
439             <property name="text" >
440              <string>Description:</string>
441             </property>
442            </widget>
443           </item>
444           <item row="1" column="1" colspan="2" >
445            <widget class="QLineEdit" name="PrinterDescriptionLineEdit" />
446           </item>
447           <item row="2" column="0" >
448            <widget class="QLabel" name="label_8" >
449             <property name="text" >
450              <string>Location:</string>
451             </property>
452            </widget>
453           </item>
454           <item row="2" column="1" colspan="2" >
455            <widget class="QLineEdit" name="PrinterLocationLineEdit" />
456           </item>
457           <item row="3" column="0" >
458            <widget class="QLabel" name="label_3" >
459             <property name="text" >
460              <string>PPD file:</string>
461             </property>
462            </widget>
463           </item>
464           <item row="3" column="1" >
465            <widget class="QLineEdit" name="PPDFileLineEdit" >
466             <property name="readOnly" >
467              <bool>true</bool>
468             </property>
469            </widget>
470           </item>
471           <item row="3" column="2" >
472            <widget class="QToolButton" name="OtherPPDButton" >
473             <property name="text" >
474              <string/>
475             </property>
476            </widget>
477           </item>
478          </layout>
479         </widget>
480        </item>
481        <item row="3" column="0" >
482         <widget class="QGroupBox" name="SetupFaxGroupBox" >
483          <property name="title" >
484           <string>Fax Setup</string>
485          </property>
486          <property name="checkable" >
487           <bool>true</bool>
488          </property>
489          <layout class="QGridLayout" >
490           <item row="0" column="0" >
491            <widget class="QLabel" name="label_9" >
492             <property name="text" >
493              <string>Fax name:</string>
494             </property>
495            </widget>
496           </item>
497           <item row="0" column="1" colspan="3" >
498            <widget class="QLineEdit" name="FaxNameLineEdit" />
499           </item>
500           <item row="1" column="0" >
501            <widget class="QLabel" name="label_10" >
502             <property name="text" >
503              <string>Fax number:</string>
504             </property>
505            </widget>
506           </item>
507           <item row="1" column="1" >
508            <widget class="QLineEdit" name="FaxNumberLineEdit" />
509           </item>
510           <item row="1" column="2" >
511            <widget class="QLabel" name="label_11" >
512             <property name="text" >
513              <string>Name/company:</string>
514             </property>
515            </widget>
516           </item>
517           <item row="1" column="3" >
518            <widget class="QLineEdit" name="NameCompanyLineEdit" />
519           </item>
520           <item row="2" column="0" >
521            <widget class="QLabel" name="label_12" >
522             <property name="text" >
523              <string>Description:</string>
524             </property>
525            </widget>
526           </item>
527           <item row="2" column="1" colspan="3" >
528            <widget class="QLineEdit" name="FaxDescriptionLineEdit" />
529           </item>
530           <item row="3" column="0" >
531            <widget class="QLabel" name="label_13" >
532             <property name="text" >
533              <string>Location:</string>
534             </property>
535            </widget>
536           </item>
537           <item row="3" column="1" colspan="3" >
538            <widget class="QLineEdit" name="FaxLocationLineEdit" />
539           </item>
540          </layout>
541         </widget>
542        </item>
543        <item row="4" column="0" >
544         <spacer>
545          <property name="orientation" >
546           <enum>Qt::Vertical</enum>
547          </property>
548          <property name="sizeHint" >
549           <size>
550            <width>341</width>
551            <height>16</height>
552           </size>
553          </property>
554         </spacer>
555        </item>
556        <item row="5" column="0" >
557         <widget class="QCheckBox" name="SendTestPageCheckBox" >
558          <property name="text" >
559           <string>Send test page to printer</string>
560          </property>
561          <property name="checked" >
562           <bool>false</bool>
563          </property>
564         </widget>
565        </item>
566       </layout>
567      </widget>
568      <widget class="QWidget" name="page_5" >
569       <layout class="QGridLayout" >
570        <item row="0" column="0" >
571         <widget class="QLabel" name="label_15" >
572          <property name="font" >
573           <font>
574            <pointsize>16</pointsize>
575           </font>
576          </property>
577          <property name="text" >
578           <string>Select Printer/Fax Queues to Remove</string>
579          </property>
580         </widget>
581        </item>
582        <item row="1" column="0" >
583         <widget class="Line" name="line_4" >
584          <property name="orientation" >
585           <enum>Qt::Horizontal</enum>
586          </property>
587         </widget>
588        </item>
589        <item row="2" column="0" >
590         <widget class="QTableWidget" name="RemoveDevicesTableWidget" >
591          <property name="alternatingRowColors" >
592           <bool>true</bool>
593          </property>
594          <property name="selectionMode" >
595           <enum>QAbstractItemView::SingleSelection</enum>
596          </property>
597          <property name="selectionBehavior" >
598           <enum>QAbstractItemView::SelectRows</enum>
599          </property>
600          <property name="sortingEnabled" >
601           <bool>false</bool>
602          </property>
603         </widget>
604        </item>
605       </layout>
606      </widget>
607     </widget>
608    </item>
609    <item row="1" column="0" >
610     <widget class="QLabel" name="StepText" >
611      <property name="text" >
612       <string>Step %1 of %2</string>
613      </property>
614     </widget>
615    </item>
616    <item row="1" column="1" >
617     <spacer>
618      <property name="orientation" >
619       <enum>Qt::Horizontal</enum>
620      </property>
621      <property name="sizeHint" >
622       <size>
623        <width>181</width>
624        <height>20</height>
625       </size>
626      </property>
627     </spacer>
628    </item>
629    <item row="1" column="2" >
630     <widget class="QPushButton" name="BackButton" >
631      <property name="text" >
632       <string>&lt; Back</string>
633      </property>
634     </widget>
635    </item>
636    <item row="1" column="3" >
637     <widget class="QPushButton" name="NextButton" >
638      <property name="text" >
639       <string>Next ></string>
640      </property>
641     </widget>
642    </item>
643    <item row="1" column="4" >
644     <widget class="QPushButton" name="CancelButton" >
645      <property name="text" >
646       <string>Cancel</string>
647      </property>
648     </widget>
649    </item>
650   </layout>
651  </widget>
652  <resources/>
653  <connections/>
654 </ui>