Tizen 2.1 base
[platform/upstream/hplip.git] / ui / pluginform2_base.ui
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>PluginForm2_base</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>PluginForm2_base</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>585</width>
12             <height>375</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>HP Device Manager - Plugin Download and Install</string>
17     </property>
18     <grid>
19         <property name="name">
20             <cstring>unnamed</cstring>
21         </property>
22         <widget class="QLabel" row="0" column="0" rowspan="1" colspan="3">
23             <property name="name">
24                 <cstring>titleTextLabel</cstring>
25             </property>
26             <property name="text">
27                 <string>Driver Plug-in Install</string>
28             </property>
29         </widget>
30         <widget class="Line" row="1" column="0" rowspan="1" colspan="3">
31             <property name="name">
32                 <cstring>line1</cstring>
33             </property>
34             <property name="frameShape">
35                 <enum>HLine</enum>
36             </property>
37             <property name="frameShadow">
38                 <enum>Sunken</enum>
39             </property>
40             <property name="orientation">
41                 <enum>Horizontal</enum>
42             </property>
43         </widget>
44         <spacer row="6" column="0">
45             <property name="name">
46                 <cstring>spacer8</cstring>
47             </property>
48             <property name="orientation">
49                 <enum>Horizontal</enum>
50             </property>
51             <property name="sizeType">
52                 <enum>Expanding</enum>
53             </property>
54             <property name="sizeHint">
55                 <size>
56                     <width>390</width>
57                     <height>20</height>
58                 </size>
59             </property>
60         </spacer>
61         <widget class="QPushButton" row="6" column="2">
62             <property name="name">
63                 <cstring>cancelPushButton</cstring>
64             </property>
65             <property name="text">
66                 <string>Cancel</string>
67             </property>
68         </widget>
69         <widget class="QPushButton" row="6" column="1">
70             <property name="name">
71                 <cstring>actionPushButton</cstring>
72             </property>
73             <property name="text">
74                 <string>Download and Install</string>
75             </property>
76             <property name="default">
77                 <bool>true</bool>
78             </property>
79         </widget>
80         <widget class="QLabel" row="2" column="0" rowspan="1" colspan="3">
81             <property name="name">
82                 <cstring>textLabel1</cstring>
83             </property>
84             <property name="text">
85                 <string>You may download the plug-in directly from an HP authorized server, or, if you already have a copy of the file, you can specify a path to the file.</string>
86             </property>
87             <property name="alignment">
88                 <set>WordBreak|AlignVCenter</set>
89             </property>
90         </widget>
91         <spacer row="5" column="2">
92             <property name="name">
93                 <cstring>spacer11</cstring>
94             </property>
95             <property name="orientation">
96                 <enum>Vertical</enum>
97             </property>
98             <property name="sizeType">
99                 <enum>Expanding</enum>
100             </property>
101             <property name="sizeHint">
102                 <size>
103                     <width>20</width>
104                     <height>50</height>
105                 </size>
106             </property>
107         </spacer>
108         <widget class="QButtonGroup" row="4" column="0" rowspan="1" colspan="3">
109             <property name="name">
110                 <cstring>sourceGroup</cstring>
111             </property>
112             <property name="title">
113                 <string>Plug-in Source</string>
114             </property>
115             <grid>
116                 <property name="name">
117                     <cstring>unnamed</cstring>
118                 </property>
119                 <widget class="QRadioButton" row="1" column="0">
120                     <property name="name">
121                         <cstring>radioButton5</cstring>
122                     </property>
123                     <property name="text">
124                         <string>Use an exisiting copy of the plug-in file (advanced):</string>
125                     </property>
126                     <property name="buttonGroupId">
127                         <number>1</number>
128                     </property>
129                 </widget>
130                 <widget class="QPushButton" row="2" column="1">
131                     <property name="name">
132                         <cstring>browsePushButton</cstring>
133                     </property>
134                     <property name="enabled">
135                         <bool>false</bool>
136                     </property>
137                     <property name="text">
138                         <string>Browse...</string>
139                     </property>
140                 </widget>
141                 <widget class="QRadioButton" row="0" column="0">
142                     <property name="name">
143                         <cstring>radioButton4</cstring>
144                     </property>
145                     <property name="text">
146                         <string>Download the plug-in from an HP authorized server (recommended)</string>
147                     </property>
148                     <property name="checked">
149                         <bool>true</bool>
150                     </property>
151                     <property name="buttonGroupId">
152                         <number>0</number>
153                     </property>
154                 </widget>
155                 <widget class="QLineEdit" row="2" column="0">
156                     <property name="name">
157                         <cstring>pathLineEdit</cstring>
158                     </property>
159                     <property name="enabled">
160                         <bool>false</bool>
161                     </property>
162                 </widget>
163             </grid>
164         </widget>
165         <spacer row="3" column="0">
166             <property name="name">
167                 <cstring>spacer13</cstring>
168             </property>
169             <property name="orientation">
170                 <enum>Vertical</enum>
171             </property>
172             <property name="sizeType">
173                 <enum>Expanding</enum>
174             </property>
175             <property name="sizeHint">
176                 <size>
177                     <width>20</width>
178                     <height>21</height>
179                 </size>
180             </property>
181         </spacer>
182     </grid>
183 </widget>
184 <connections>
185     <connection>
186         <sender>sourceGroup</sender>
187         <signal>clicked(int)</signal>
188         <receiver>PluginForm2_base</receiver>
189         <slot>sourceGroup_clicked(int)</slot>
190     </connection>
191     <connection>
192         <sender>browsePushButton</sender>
193         <signal>clicked()</signal>
194         <receiver>PluginForm2_base</receiver>
195         <slot>browsePushButton_clicked()</slot>
196     </connection>
197     <connection>
198         <sender>pathLineEdit</sender>
199         <signal>textChanged(const QString&amp;)</signal>
200         <receiver>PluginForm2_base</receiver>
201         <slot>pathLineEdit_textChanged(const QString&amp;)</slot>
202     </connection>
203     <connection>
204         <sender>actionPushButton</sender>
205         <signal>clicked()</signal>
206         <receiver>PluginForm2_base</receiver>
207         <slot>actionPushButton_clicked()</slot>
208     </connection>
209     <connection>
210         <sender>cancelPushButton</sender>
211         <signal>clicked()</signal>
212         <receiver>PluginForm2_base</receiver>
213         <slot>cancelPushButton_clicked()</slot>
214     </connection>
215 </connections>
216 <includes>
217     <include location="local" impldecl="in implementation">pluginform2_base.ui.h</include>
218 </includes>
219 <slots>
220     <slot>sourceGroup_clicked( int )</slot>
221     <slot>browsePushButton_clicked()</slot>
222     <slot>pathLineEdit_textChanged( const QString &amp; )</slot>
223     <slot>actionPushButton_clicked()</slot>
224     <slot>cancelPushButton_clicked()</slot>
225 </slots>
226 <layoutdefaults spacing="6" margin="11"/>
227 </UI>