Tizen 2.1 base
[platform/upstream/hplip.git] / ui4 / sendfaxdialog_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>600</width>
12     <height>500</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string>HP Device Manager - Send Fax</string>
17   </property>
18   <layout class="QGridLayout" >
19    <item row="0" column="0" colspan="5" >
20     <widget class="QStackedWidget" name="StackedWidget" >
21      <property name="frameShape" >
22       <enum>QFrame::NoFrame</enum>
23      </property>
24      <property name="currentIndex" >
25       <number>1</number>
26      </property>
27      <widget class="QWidget" name="SelectFax" >
28       <layout class="QGridLayout" >
29        <item row="0" column="0" >
30         <widget class="QLabel" name="label_8" >
31          <property name="font" >
32           <font>
33            <pointsize>16</pointsize>
34           </font>
35          </property>
36          <property name="text" >
37           <string>Select Fax</string>
38          </property>
39         </widget>
40        </item>
41        <item row="1" column="0" >
42         <widget class="Line" name="line_4" >
43          <property name="orientation" >
44           <enum>Qt::Horizontal</enum>
45          </property>
46         </widget>
47        </item>
48        <item row="2" column="0" >
49         <layout class="QGridLayout" >
50          <item row="0" column="0" colspan="3" >
51           <widget class="PrinterNameComboBox" name="FaxComboBox" />
52          </item>
53          <item row="1" column="0" >
54           <spacer>
55            <property name="orientation" >
56             <enum>Qt::Horizontal</enum>
57            </property>
58            <property name="sizeType" >
59             <enum>QSizePolicy::MinimumExpanding</enum>
60            </property>
61            <property name="sizeHint" >
62             <size>
63              <width>20</width>
64              <height>20</height>
65             </size>
66            </property>
67           </spacer>
68          </item>
69          <item row="1" column="1" >
70           <widget class="QPushButton" name="FaxOptionsButton" >
71            <property name="sizePolicy" >
72             <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
73              <horstretch>0</horstretch>
74              <verstretch>0</verstretch>
75             </sizepolicy>
76            </property>
77            <property name="text" >
78             <string>Fax Settings...</string>
79            </property>
80           </widget>
81          </item>
82          <item row="1" column="2" >
83           <widget class="QPushButton" name="FaxSetupButton" >
84            <property name="sizePolicy" >
85             <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
86              <horstretch>0</horstretch>
87              <verstretch>0</verstretch>
88             </sizepolicy>
89            </property>
90            <property name="text" >
91             <string>Fax Device Setup...</string>
92            </property>
93           </widget>
94          </item>
95         </layout>
96        </item>
97        <item row="3" column="0" >
98         <spacer>
99          <property name="orientation" >
100           <enum>Qt::Vertical</enum>
101          </property>
102          <property name="sizeHint" >
103           <size>
104            <width>564</width>
105            <height>221</height>
106           </size>
107          </property>
108         </spacer>
109        </item>
110        <item row="4" column="0" >
111         <widget class="QLabel" name="label_12" >
112          <property name="text" >
113           <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
114 p, li { white-space: pre-wrap; }
115 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
116 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Select the desired fax printer queue and click &lt;span style=" font-style:italic;">Next&lt;/span> to continue. Note: Once you continue to the next step, you will not be able to change to a different fax queue.&lt;/p>&lt;/body>&lt;/html></string>
117          </property>
118          <property name="wordWrap" >
119           <bool>true</bool>
120          </property>
121         </widget>
122        </item>
123       </layout>
124      </widget>
125      <widget class="QWidget" name="CoverPage" >
126       <layout class="QGridLayout" >
127        <item row="0" column="0" >
128         <widget class="QLabel" name="label_3" >
129          <property name="font" >
130           <font>
131            <pointsize>16</pointsize>
132           </font>
133          </property>
134          <property name="text" >
135           <string>Select and Edit Fax Coverpage (Optional)</string>
136          </property>
137         </widget>
138        </item>
139        <item row="1" column="0" >
140         <widget class="Line" name="line_2" >
141          <property name="orientation" >
142           <enum>Qt::Horizontal</enum>
143          </property>
144         </widget>
145        </item>
146        <item row="2" column="0" >
147         <widget class="QGroupBox" name="CoverPageGroupBox" >
148          <property name="enabled" >
149           <bool>true</bool>
150          </property>
151          <property name="title" >
152           <string>Include Coverpage</string>
153          </property>
154          <property name="checkable" >
155           <bool>true</bool>
156          </property>
157          <property name="checked" >
158           <bool>false</bool>
159          </property>
160          <layout class="QGridLayout" >
161           <item rowspan="2" row="0" column="0" >
162            <layout class="QGridLayout" >
163             <item row="0" column="0" colspan="4" >
164              <widget class="QLabel" name="CoverPageName" >
165               <property name="frameShape" >
166                <enum>QFrame::NoFrame</enum>
167               </property>
168               <property name="text" >
169                <string/>
170               </property>
171               <property name="alignment" >
172                <set>Qt::AlignCenter</set>
173               </property>
174              </widget>
175             </item>
176             <item row="1" column="0" colspan="4" >
177              <widget class="QLabel" name="CoverPagePreview" >
178               <property name="sizePolicy" >
179                <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
180                 <horstretch>0</horstretch>
181                 <verstretch>0</verstretch>
182                </sizepolicy>
183               </property>
184               <property name="minimumSize" >
185                <size>
186                 <width>134</width>
187                 <height>192</height>
188                </size>
189               </property>
190               <property name="maximumSize" >
191                <size>
192                 <width>134</width>
193                 <height>192</height>
194                </size>
195               </property>
196               <property name="frameShape" >
197                <enum>QFrame::NoFrame</enum>
198               </property>
199               <property name="text" >
200                <string/>
201               </property>
202               <property name="scaledContents" >
203                <bool>true</bool>
204               </property>
205               <property name="alignment" >
206                <set>Qt::AlignCenter</set>
207               </property>
208              </widget>
209             </item>
210             <item row="2" column="0" >
211              <spacer>
212               <property name="orientation" >
213                <enum>Qt::Horizontal</enum>
214               </property>
215               <property name="sizeType" >
216                <enum>QSizePolicy::Preferred</enum>
217               </property>
218               <property name="sizeHint" >
219                <size>
220                 <width>16</width>
221                 <height>20</height>
222                </size>
223               </property>
224              </spacer>
225             </item>
226             <item row="2" column="1" >
227              <widget class="QPushButton" name="PrevCoverPageButton" >
228               <property name="text" >
229                <string/>
230               </property>
231              </widget>
232             </item>
233             <item row="2" column="2" >
234              <widget class="QPushButton" name="NextCoverPageButton" >
235               <property name="text" >
236                <string/>
237               </property>
238              </widget>
239             </item>
240             <item row="2" column="3" >
241              <spacer>
242               <property name="orientation" >
243                <enum>Qt::Horizontal</enum>
244               </property>
245               <property name="sizeType" >
246                <enum>QSizePolicy::Preferred</enum>
247               </property>
248               <property name="sizeHint" >
249                <size>
250                 <width>31</width>
251                 <height>20</height>
252                </size>
253               </property>
254              </spacer>
255             </item>
256             <item row="3" column="1" >
257              <spacer>
258               <property name="orientation" >
259                <enum>Qt::Vertical</enum>
260               </property>
261               <property name="sizeHint" >
262                <size>
263                 <width>20</width>
264                 <height>21</height>
265                </size>
266               </property>
267              </spacer>
268             </item>
269            </layout>
270           </item>
271           <item row="0" column="1" >
272            <layout class="QVBoxLayout" >
273             <item>
274              <widget class="QLabel" name="label_16" >
275               <property name="text" >
276                <string>Regarding:</string>
277               </property>
278              </widget>
279             </item>
280             <item>
281              <widget class="QLineEdit" name="RegardingEdit" />
282             </item>
283            </layout>
284           </item>
285           <item row="1" column="1" >
286            <layout class="QGridLayout" >
287             <item row="0" column="0" >
288              <widget class="QLabel" name="label_17" >
289               <property name="text" >
290                <string>Optional Message: (max. 2000 characters or 32 preformatted lines)</string>
291               </property>
292              </widget>
293             </item>
294             <item row="1" column="0" >
295              <widget class="QTextEdit" name="MessageEdit" />
296             </item>
297             <item row="2" column="0" >
298              <widget class="QCheckBox" name="PreserveFormattingCheckBox" >
299               <property name="text" >
300                <string>Preformatted (preserve formatting)</string>
301               </property>
302              </widget>
303             </item>
304            </layout>
305           </item>
306          </layout>
307         </widget>
308        </item>
309        <item row="3" column="0" >
310         <widget class="QLabel" name="label_13" >
311          <property name="text" >
312           <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
313 p, li { white-space: pre-wrap; }
314 &lt;/style>&lt;/head>&lt;body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;">
315 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;">Check&lt;span style=" font-style:italic;"> Include Coverpage &lt;/span>to add a coverpage to this fax. To continue without a coverpage, click &lt;span style=" font-style:italic;">Next &amp;gt;&lt;/span>.&lt;/p>&lt;/body>&lt;/html></string>
316          </property>
317          <property name="wordWrap" >
318           <bool>true</bool>
319          </property>
320         </widget>
321        </item>
322       </layout>
323      </widget>
324      <widget class="QWidget" name="SelectFiles" >
325       <layout class="QGridLayout" >
326        <item row="0" column="0" >
327         <widget class="QLabel" name="label_2" >
328          <property name="font" >
329           <font>
330            <pointsize>16</pointsize>
331           </font>
332          </property>
333          <property name="text" >
334           <string>Select Files to Send</string>
335          </property>
336          <property name="wordWrap" >
337           <bool>true</bool>
338          </property>
339         </widget>
340        </item>
341        <item row="1" column="0" >
342         <widget class="Line" name="line" >
343          <property name="orientation" >
344           <enum>Qt::Horizontal</enum>
345          </property>
346         </widget>
347        </item>
348        <item row="2" column="0" >
349         <widget class="FileTable" native="1" name="FilesTable" >
350          <property name="sizePolicy" >
351           <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
352            <horstretch>0</horstretch>
353            <verstretch>0</verstretch>
354           </sizepolicy>
355          </property>
356         </widget>
357        </item>
358        <item row="3" column="0" >
359         <widget class="QLabel" name="FilesPageNote" >
360          <property name="text" >
361           <string>Note: You may also add files to the fax by printing from any application to the '%1' fax printer.</string>
362          </property>
363          <property name="wordWrap" >
364           <bool>true</bool>
365          </property>
366         </widget>
367        </item>
368       </layout>
369      </widget>
370      <widget class="QWidget" name="SelectRecipients" >
371       <layout class="QGridLayout" >
372        <item row="0" column="0" >
373         <widget class="QLabel" name="label_4" >
374          <property name="font" >
375           <font>
376            <pointsize>16</pointsize>
377           </font>
378          </property>
379          <property name="text" >
380           <string>Select Fax Recipients</string>
381          </property>
382         </widget>
383        </item>
384        <item row="1" column="0" >
385         <widget class="Line" name="line_3" >
386          <property name="orientation" >
387           <enum>Qt::Horizontal</enum>
388          </property>
389         </widget>
390        </item>
391        <item row="2" column="0" >
392         <widget class="QGroupBox" name="groupBox_4" >
393          <property name="title" >
394           <string>Recipients</string>
395          </property>
396          <layout class="QGridLayout" >
397           <item row="0" column="0" colspan="5" >
398            <widget class="QTableWidget" name="RecipientsTable" />
399           </item>
400           <item row="1" column="0" >
401            <widget class="QPushButton" name="RemoveRecipientButton" >
402             <property name="enabled" >
403              <bool>false</bool>
404             </property>
405             <property name="text" >
406              <string>Remove</string>
407             </property>
408            </widget>
409           </item>
410           <item row="1" column="1" >
411            <widget class="QPushButton" name="MoveRecipientUpButton" >
412             <property name="enabled" >
413              <bool>false</bool>
414             </property>
415             <property name="text" >
416              <string>Move Up</string>
417             </property>
418            </widget>
419           </item>
420           <item row="1" column="2" >
421            <widget class="QPushButton" name="MoveRecipientDownButton" >
422             <property name="enabled" >
423              <bool>false</bool>
424             </property>
425             <property name="text" >
426              <string>Move Down</string>
427             </property>
428            </widget>
429           </item>
430           <item row="1" column="3" >
431            <spacer>
432             <property name="orientation" >
433              <enum>Qt::Horizontal</enum>
434             </property>
435             <property name="sizeHint" >
436              <size>
437               <width>40</width>
438               <height>20</height>
439              </size>
440             </property>
441            </spacer>
442           </item>
443           <item row="1" column="4" >
444            <widget class="QPushButton" name="FABButton" >
445             <property name="text" >
446              <string>Fax Address Book...</string>
447             </property>
448            </widget>
449           </item>
450          </layout>
451         </widget>
452        </item>
453        <item row="3" column="0" >
454         <widget class="QGroupBox" name="groupBox" >
455          <property name="title" >
456           <string>Add Recipients or Groups from the Fax Address Book</string>
457          </property>
458          <layout class="QGridLayout" >
459           <item row="0" column="0" >
460            <layout class="QHBoxLayout" >
461             <item>
462              <widget class="QLabel" name="label" >
463               <property name="text" >
464                <string>Add an individual:</string>
465               </property>
466              </widget>
467             </item>
468             <item>
469              <spacer>
470               <property name="orientation" >
471                <enum>Qt::Horizontal</enum>
472               </property>
473               <property name="sizeType" >
474                <enum>QSizePolicy::Preferred</enum>
475               </property>
476               <property name="sizeHint" >
477                <size>
478                 <width>40</width>
479                 <height>20</height>
480                </size>
481               </property>
482              </spacer>
483             </item>
484             <item>
485              <widget class="QComboBox" name="AddIndividualComboBox" >
486               <property name="sizePolicy" >
487                <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
488                 <horstretch>0</horstretch>
489                 <verstretch>0</verstretch>
490                </sizepolicy>
491               </property>
492              </widget>
493             </item>
494             <item>
495              <widget class="QPushButton" name="AddIndividualButton" >
496               <property name="enabled" >
497                <bool>false</bool>
498               </property>
499               <property name="text" >
500                <string>Add</string>
501               </property>
502              </widget>
503             </item>
504            </layout>
505           </item>
506           <item row="1" column="0" >
507            <layout class="QHBoxLayout" >
508             <item>
509              <widget class="QLabel" name="label_5" >
510               <property name="text" >
511                <string>Add a group:</string>
512               </property>
513              </widget>
514             </item>
515             <item>
516              <spacer>
517               <property name="orientation" >
518                <enum>Qt::Horizontal</enum>
519               </property>
520               <property name="sizeType" >
521                <enum>QSizePolicy::Preferred</enum>
522               </property>
523               <property name="sizeHint" >
524                <size>
525                 <width>40</width>
526                 <height>20</height>
527                </size>
528               </property>
529              </spacer>
530             </item>
531             <item>
532              <widget class="QComboBox" name="AddGroupComboBox" >
533               <property name="sizePolicy" >
534                <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
535                 <horstretch>0</horstretch>
536                 <verstretch>0</verstretch>
537                </sizepolicy>
538               </property>
539              </widget>
540             </item>
541             <item>
542              <widget class="QPushButton" name="AddGroupButton" >
543               <property name="enabled" >
544                <bool>false</bool>
545               </property>
546               <property name="text" >
547                <string>Add</string>
548               </property>
549              </widget>
550             </item>
551            </layout>
552           </item>
553          </layout>
554         </widget>
555        </item>
556        <item row="4" column="0" >
557         <widget class="QGroupBox" name="groupBox_3" >
558          <property name="title" >
559           <string>Quick Add an Individual Recipient (recipient will automatically be added to fax address book)</string>
560          </property>
561          <layout class="QGridLayout" >
562           <item row="0" column="0" >
563            <layout class="QHBoxLayout" >
564             <item>
565              <widget class="QLabel" name="label_6" >
566               <property name="text" >
567                <string>Name:</string>
568               </property>
569              </widget>
570             </item>
571             <item>
572              <widget class="QLineEdit" name="QuickAddNameEdit" />
573             </item>
574             <item>
575              <widget class="QLabel" name="label_7" >
576               <property name="text" >
577                <string>Fax Number:</string>
578               </property>
579              </widget>
580             </item>
581             <item>
582              <widget class="QLineEdit" name="QuickAddFaxEdit" />
583             </item>
584             <item>
585              <widget class="QPushButton" name="QuickAddButton" >
586               <property name="enabled" >
587                <bool>false</bool>
588               </property>
589               <property name="text" >
590                <string>Add</string>
591               </property>
592              </widget>
593             </item>
594            </layout>
595           </item>
596          </layout>
597         </widget>
598        </item>
599       </layout>
600      </widget>
601      <widget class="QWidget" name="SendFax" >
602       <layout class="QGridLayout" >
603        <item row="0" column="0" >
604         <widget class="QLabel" name="label_9" >
605          <property name="font" >
606           <font>
607            <pointsize>16</pointsize>
608           </font>
609          </property>
610          <property name="text" >
611           <string>Send Fax</string>
612          </property>
613         </widget>
614        </item>
615        <item row="1" column="0" >
616         <widget class="Line" name="line_5" >
617          <property name="orientation" >
618           <enum>Qt::Horizontal</enum>
619          </property>
620         </widget>
621        </item>
622        <item row="2" column="0" >
623         <widget class="QLabel" name="label_10" >
624          <property name="text" >
625           <string>Status:</string>
626          </property>
627         </widget>
628        </item>
629        <item row="3" column="0" >
630         <widget class="QListWidget" name="StatusList" />
631        </item>
632        <item row="4" column="0" >
633         <widget class="QLabel" name="label_15" >
634          <property name="text" >
635           <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
636 p, li { white-space: pre-wrap; }
637 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
638 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Click &lt;span style=" font-style:italic;">Send Fax&lt;/span> to start the fax transmission.&lt;/p>&lt;/body>&lt;/html></string>
639          </property>
640         </widget>
641        </item>
642       </layout>
643      </widget>
644     </widget>
645    </item>
646    <item row="1" column="0" colspan="5" >
647     <widget class="Line" name="line_6" >
648      <property name="orientation" >
649       <enum>Qt::Horizontal</enum>
650      </property>
651     </widget>
652    </item>
653    <item row="2" column="0" >
654     <widget class="QLabel" name="StepText" >
655      <property name="text" >
656       <string>Step %1 of %2</string>
657      </property>
658     </widget>
659    </item>
660    <item row="2" column="1" >
661     <spacer>
662      <property name="orientation" >
663       <enum>Qt::Horizontal</enum>
664      </property>
665      <property name="sizeHint" >
666       <size>
667        <width>231</width>
668        <height>20</height>
669       </size>
670      </property>
671     </spacer>
672    </item>
673    <item row="2" column="2" >
674     <widget class="QPushButton" name="BackButton" >
675      <property name="text" >
676       <string>&lt; Back</string>
677      </property>
678     </widget>
679    </item>
680    <item row="2" column="3" >
681     <widget class="QPushButton" name="NextButton" >
682      <property name="text" >
683       <string>Next ></string>
684      </property>
685     </widget>
686    </item>
687    <item row="2" column="4" >
688     <widget class="QPushButton" name="CancelButton" >
689      <property name="text" >
690       <string>Cancel</string>
691      </property>
692     </widget>
693    </item>
694   </layout>
695  </widget>
696  <customwidgets>
697   <customwidget>
698    <class>FileTable</class>
699    <extends>QWidget</extends>
700    <header>filetable.h</header>
701    <container>1</container>
702   </customwidget>
703   <customwidget>
704    <class>PrinterNameComboBox</class>
705    <extends>QComboBox</extends>
706    <header>printernamecombobox.h</header>
707   </customwidget>
708  </customwidgets>
709  <resources/>
710  <connections/>
711 </ui>