Tizen 2.1 base
[platform/upstream/hplip.git] / ui4 / plugindialog_base.ui
1 <ui version="4.0" >
2  <class>Dialog</class>
3  <widget class="QDialog" name="Dialog" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>700</width>
9     <height>500</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>HP Device Manager - Plug-in Installer</string>
14   </property>
15   <layout class="QGridLayout" >
16    <item row="0" column="0" colspan="5" >
17     <widget class="QStackedWidget" name="StackedWidget" >
18      <property name="currentIndex" >
19       <number>0</number>
20      </property>
21      <widget class="QWidget" name="page" >
22       <layout class="QGridLayout" >
23        <item row="0" column="0" >
24         <widget class="QLabel" name="label" >
25          <property name="font" >
26           <font>
27            <pointsize>16</pointsize>
28           </font>
29          </property>
30          <property name="text" >
31           <string>Driver Plug-in Installation</string>
32          </property>
33         </widget>
34        </item>
35        <item row="1" column="0" colspan="2" >
36         <widget class="Line" name="line" >
37          <property name="orientation" >
38           <enum>Qt::Horizontal</enum>
39          </property>
40         </widget>
41        </item>
42        <item row="2" column="0" colspan="2" >
43         <widget class="QLabel" name="TitleLabel" >
44          <property name="text" >
45           <string>You may download the plug-in directly from an HP authorized server, or, if you already have a local copy of the plug-in file, you can specify a path to the file.</string>
46          </property>
47          <property name="wordWrap" >
48           <bool>true</bool>
49          </property>
50         </widget>
51        </item>
52        <item row="3" column="0" >
53         <spacer>
54          <property name="orientation" >
55           <enum>Qt::Vertical</enum>
56          </property>
57          <property name="sizeHint" >
58           <size>
59            <width>20</width>
60            <height>40</height>
61           </size>
62          </property>
63         </spacer>
64        </item>
65        <item row="4" column="0" colspan="2" >
66         <widget class="QGroupBox" name="groupBox" >
67          <property name="title" >
68           <string>Plug-in Installation Choice</string>
69          </property>
70          <layout class="QGridLayout" >
71           <item row="0" column="0" colspan="2" >
72            <widget class="QRadioButton" name="DownloadRadioButton" >
73             <property name="text" >
74              <string>Download and install the plug-in from an HP authorized server (recommended)</string>
75             </property>
76             <property name="checked" >
77              <bool>true</bool>
78             </property>
79            </widget>
80           </item>
81           <item row="1" column="0" colspan="2" >
82            <widget class="QRadioButton" name="CopyRadioButton" >
83             <property name="enabled" >
84              <bool>true</bool>
85             </property>
86             <property name="text" >
87              <string>Select and install an existing local copy of the plug-in file (advanced):</string>
88             </property>
89            </widget>
90           </item>
91           <item row="2" column="0" >
92            <spacer>
93             <property name="orientation" >
94              <enum>Qt::Horizontal</enum>
95             </property>
96             <property name="sizeType" >
97              <enum>QSizePolicy::Preferred</enum>
98             </property>
99             <property name="sizeHint" >
100              <size>
101               <width>20</width>
102               <height>20</height>
103              </size>
104             </property>
105            </spacer>
106           </item>
107           <item row="2" column="1" >
108            <layout class="QHBoxLayout" >
109             <item>
110              <widget class="QLineEdit" name="PathLineEdit" >
111               <property name="enabled" >
112                <bool>false</bool>
113               </property>
114               <property name="sizePolicy" >
115                <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
116                 <horstretch>0</horstretch>
117                 <verstretch>0</verstretch>
118                </sizepolicy>
119               </property>
120              </widget>
121             </item>
122             <item>
123              <widget class="QToolButton" name="BrowseToolButton" >
124               <property name="enabled" >
125                <bool>false</bool>
126               </property>
127               <property name="toolTip" >
128                <string>Open a local copy of the plug-in file</string>
129               </property>
130               <property name="text" >
131                <string/>
132               </property>
133              </widget>
134             </item>
135            </layout>
136           </item>
137           <item row="3" column="0" colspan="2" >
138            <widget class="QRadioButton" name="SkipRadioButton" >
139             <property name="text" >
140              <string>Skip installation of the plug-in (not recommended)</string>
141             </property>
142            </widget>
143           </item>
144          </layout>
145         </widget>
146        </item>
147        <item row="5" column="1" >
148         <spacer>
149          <property name="orientation" >
150           <enum>Qt::Vertical</enum>
151          </property>
152          <property name="sizeHint" >
153           <size>
154            <width>278</width>
155            <height>51</height>
156           </size>
157          </property>
158         </spacer>
159        </item>
160       </layout>
161      </widget>
162     </widget>
163    </item>
164    <item row="1" column="0" colspan="5" >
165     <widget class="Line" name="line_2" >
166      <property name="orientation" >
167       <enum>Qt::Horizontal</enum>
168      </property>
169     </widget>
170    </item>
171    <item row="2" column="0" >
172     <widget class="QLabel" name="StepText" >
173      <property name="text" >
174       <string>Step %d of %d</string>
175      </property>
176     </widget>
177    </item>
178    <item row="2" column="1" >
179     <spacer>
180      <property name="orientation" >
181       <enum>Qt::Horizontal</enum>
182      </property>
183      <property name="sizeHint" >
184       <size>
185        <width>161</width>
186        <height>20</height>
187       </size>
188      </property>
189     </spacer>
190    </item>
191    <item row="2" column="2" >
192     <widget class="QPushButton" name="BackButton" >
193      <property name="enabled" >
194       <bool>false</bool>
195      </property>
196      <property name="text" >
197       <string>&lt; Back</string>
198      </property>
199     </widget>
200    </item>
201    <item row="2" column="3" >
202     <widget class="QPushButton" name="NextButton" >
203      <property name="text" >
204       <string>Next ></string>
205      </property>
206     </widget>
207    </item>
208    <item row="2" column="4" >
209     <widget class="QPushButton" name="CancelButton" >
210      <property name="text" >
211       <string>Cancel</string>
212      </property>
213     </widget>
214    </item>
215   </layout>
216  </widget>
217  <resources/>
218  <connections/>
219 </ui>