Tizen 2.1 base
[platform/upstream/hplip.git] / ui / waitform_base.ui
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>WaitForm_base</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>WaitForm_base</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>424</width>
12             <height>115</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>HP Device Manager - Waiting</string>
17     </property>
18     <grid>
19         <property name="name">
20             <cstring>unnamed</cstring>
21         </property>
22         <widget class="QLayoutWidget" row="0" column="0" rowspan="1" colspan="3">
23             <property name="name">
24                 <cstring>layout2</cstring>
25             </property>
26             <vbox>
27                 <property name="name">
28                     <cstring>unnamed</cstring>
29                 </property>
30                 <widget class="QLabel">
31                     <property name="name">
32                         <cstring>textLabel3</cstring>
33                     </property>
34                     <property name="text">
35                         <string>&lt;b&gt;Waiting for procedure to finish...&lt;/b&gt;</string>
36                     </property>
37                 </widget>
38                 <widget class="QProgressBar">
39                     <property name="name">
40                         <cstring>ProgressBar</cstring>
41                     </property>
42                 </widget>
43             </vbox>
44         </widget>
45         <spacer row="1" column="1">
46             <property name="name">
47                 <cstring>spacer10</cstring>
48             </property>
49             <property name="orientation">
50                 <enum>Vertical</enum>
51             </property>
52             <property name="sizeType">
53                 <enum>Expanding</enum>
54             </property>
55             <property name="sizeHint">
56                 <size>
57                     <width>20</width>
58                     <height>30</height>
59                 </size>
60             </property>
61         </spacer>
62         <widget class="QPushButton" row="2" column="1">
63             <property name="name">
64                 <cstring>cancelPushButton</cstring>
65             </property>
66             <property name="enabled">
67                 <bool>false</bool>
68             </property>
69             <property name="text">
70                 <string>Cancel</string>
71             </property>
72         </widget>
73         <spacer row="2" column="2">
74             <property name="name">
75                 <cstring>spacer2</cstring>
76             </property>
77             <property name="orientation">
78                 <enum>Horizontal</enum>
79             </property>
80             <property name="sizeType">
81                 <enum>Expanding</enum>
82             </property>
83             <property name="sizeHint">
84                 <size>
85                     <width>121</width>
86                     <height>20</height>
87                 </size>
88             </property>
89         </spacer>
90         <spacer row="2" column="0">
91             <property name="name">
92                 <cstring>spacer3</cstring>
93             </property>
94             <property name="orientation">
95                 <enum>Horizontal</enum>
96             </property>
97             <property name="sizeType">
98                 <enum>Expanding</enum>
99             </property>
100             <property name="sizeHint">
101                 <size>
102                     <width>131</width>
103                     <height>20</height>
104                 </size>
105             </property>
106         </spacer>
107     </grid>
108 </widget>
109 <connections>
110     <connection>
111         <sender>cancelPushButton</sender>
112         <signal>clicked()</signal>
113         <receiver>WaitForm_base</receiver>
114         <slot>cancelPushButton_clicked()</slot>
115     </connection>
116 </connections>
117 <includes>
118     <include location="local" impldecl="in implementation">waitform_base.ui.h</include>
119 </includes>
120 <slots>
121     <slot>cancelPushButton_clicked()</slot>
122 </slots>
123 <layoutdefaults spacing="6" margin="11"/>
124 </UI>