Tizen 2.1 base
[platform/upstream/hplip.git] / ui / loadpaperform_base.ui
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>LoadPaperForm_base</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>LoadPaperForm_base</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>621</width>
12             <height>178</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>HP Device Manager - Load Plain Paper</string>
17     </property>
18     <grid>
19         <property name="name">
20             <cstring>unnamed</cstring>
21         </property>
22         <widget class="QPushButton" row="1" column="3">
23             <property name="name">
24                 <cstring>ContinueButton</cstring>
25             </property>
26             <property name="text">
27                 <string>Continue</string>
28             </property>
29         </widget>
30         <widget class="QPushButton" row="1" column="2">
31             <property name="name">
32                 <cstring>CancelButton</cstring>
33             </property>
34             <property name="text">
35                 <string>Cancel</string>
36             </property>
37         </widget>
38         <spacer row="1" column="0" rowspan="1" colspan="2">
39             <property name="name">
40                 <cstring>spacer7</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>391</width>
51                     <height>20</height>
52                 </size>
53             </property>
54         </spacer>
55         <widget class="QLabel" row="0" column="1" rowspan="1" colspan="3">
56             <property name="name">
57                 <cstring>textLabel7</cstring>
58             </property>
59             <property name="text">
60                 <string>A page will be printed. Please load &lt;b&gt;plain paper&lt;/b&gt; in the printer and then press continue.</string>
61             </property>
62             <property name="alignment">
63                 <set>WordBreak|AlignVCenter</set>
64             </property>
65         </widget>
66         <widget class="QLabel" row="0" column="0">
67             <property name="name">
68                 <cstring>Icon</cstring>
69             </property>
70             <property name="sizePolicy">
71                 <sizepolicy>
72                     <hsizetype>0</hsizetype>
73                     <vsizetype>0</vsizetype>
74                     <horstretch>0</horstretch>
75                     <verstretch>0</verstretch>
76                 </sizepolicy>
77             </property>
78             <property name="scaledContents">
79                 <bool>true</bool>
80             </property>
81         </widget>
82     </grid>
83 </widget>
84 <connections>
85     <connection>
86         <sender>CancelButton</sender>
87         <signal>clicked()</signal>
88         <receiver>LoadPaperForm_base</receiver>
89         <slot>reject()</slot>
90     </connection>
91     <connection>
92         <sender>ContinueButton</sender>
93         <signal>clicked()</signal>
94         <receiver>LoadPaperForm_base</receiver>
95         <slot>accept()</slot>
96     </connection>
97 </connections>
98 <layoutdefaults spacing="6" margin="11"/>
99 </UI>