Tizen 2.1 base
[platform/upstream/hplip.git] / ui4 / pluginlicensedialog_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 License Agreement</string>
32          </property>
33         </widget>
34        </item>
35        <item row="1" column="0" >
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" >
43         <widget class="QLabel" name="label_2" >
44          <property name="text" >
45           <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
46 p, li { white-space: pre-wrap; }
47 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
48 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Please read the driver plug-in license agreement and then check the &lt;span style=" font-style:italic;">I agree&lt;/span> box and then click &lt;span style=" font-style:italic;">Next&lt;/span> to continue.&lt;/p>&lt;/body>&lt;/html></string>
49          </property>
50          <property name="wordWrap" >
51           <bool>true</bool>
52          </property>
53         </widget>
54        </item>
55        <item row="3" column="0" >
56         <widget class="QTextEdit" name="LicenseTextEdit" >
57          <property name="autoFormatting" >
58           <set>QTextEdit::AutoAll</set>
59          </property>
60          <property name="readOnly" >
61           <bool>true</bool>
62          </property>
63          <property name="textInteractionFlags" >
64           <set>Qt::NoTextInteraction</set>
65          </property>
66         </widget>
67        </item>
68        <item row="4" column="0" >
69         <widget class="QCheckBox" name="AgreeCheckBox" >
70          <property name="text" >
71           <string>I agree to the terms of the driver plug-in license agreement</string>
72          </property>
73         </widget>
74        </item>
75       </layout>
76      </widget>
77     </widget>
78    </item>
79    <item row="1" column="0" colspan="5" >
80     <widget class="Line" name="line_2" >
81      <property name="orientation" >
82       <enum>Qt::Horizontal</enum>
83      </property>
84     </widget>
85    </item>
86    <item row="2" column="1" >
87     <spacer>
88      <property name="orientation" >
89       <enum>Qt::Horizontal</enum>
90      </property>
91      <property name="sizeHint" >
92       <size>
93        <width>161</width>
94        <height>20</height>
95       </size>
96      </property>
97     </spacer>
98    </item>
99    <item row="2" column="2" >
100     <widget class="QPushButton" name="BackButton" >
101      <property name="enabled" >
102       <bool>false</bool>
103      </property>
104      <property name="text" >
105       <string>&lt; Back</string>
106      </property>
107     </widget>
108    </item>
109    <item row="2" column="3" >
110     <widget class="QPushButton" name="NextButton" >
111      <property name="enabled" >
112       <bool>false</bool>
113      </property>
114      <property name="text" >
115       <string>Next ></string>
116      </property>
117     </widget>
118    </item>
119    <item row="2" column="4" >
120     <widget class="QPushButton" name="CancelButton" >
121      <property name="text" >
122       <string>Cancel</string>
123      </property>
124     </widget>
125    </item>
126   </layout>
127  </widget>
128  <resources/>
129  <connections>
130   <connection>
131    <sender>AgreeCheckBox</sender>
132    <signal>toggled(bool)</signal>
133    <receiver>NextButton</receiver>
134    <slot>setEnabled(bool)</slot>
135    <hints>
136     <hint type="sourcelabel" >
137      <x>129</x>
138      <y>432</y>
139     </hint>
140     <hint type="destinationlabel" >
141      <x>450</x>
142      <y>478</y>
143     </hint>
144    </hints>
145   </connection>
146   <connection>
147    <sender>NextButton</sender>
148    <signal>clicked()</signal>
149    <receiver>Dialog</receiver>
150    <slot>accept()</slot>
151    <hints>
152     <hint type="sourcelabel" >
153      <x>454</x>
154      <y>481</y>
155     </hint>
156     <hint type="destinationlabel" >
157      <x>448</x>
158      <y>495</y>
159     </hint>
160    </hints>
161   </connection>
162   <connection>
163    <sender>CancelButton</sender>
164    <signal>clicked()</signal>
165    <receiver>Dialog</receiver>
166    <slot>reject()</slot>
167    <hints>
168     <hint type="sourcelabel" >
169      <x>556</x>
170      <y>476</y>
171     </hint>
172     <hint type="destinationlabel" >
173      <x>556</x>
174      <y>495</y>
175     </hint>
176    </hints>
177   </connection>
178  </connections>
179 </ui>