Tizen 2.1 base
[platform/upstream/hplip.git] / ui / pluginlicenseform_base.ui
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>PluginLicenseForm_base</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>PluginLicenseForm_base</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>609</width>
12             <height>480</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>HP Device Manager - Plugin Installer License</string>
17     </property>
18     <grid>
19         <property name="name">
20             <cstring>unnamed</cstring>
21         </property>
22         <widget class="QCheckBox" row="3" column="0">
23             <property name="name">
24                 <cstring>acceptCheckBox</cstring>
25             </property>
26             <property name="text">
27                 <string>I accept the terms of the license</string>
28             </property>
29         </widget>
30         <widget class="QPushButton" row="3" column="3">
31             <property name="name">
32                 <cstring>installPushButton</cstring>
33             </property>
34             <property name="enabled">
35                 <bool>false</bool>
36             </property>
37             <property name="text">
38                 <string>Install Plugin</string>
39             </property>
40         </widget>
41         <widget class="QPushButton" row="3" column="2">
42             <property name="name">
43                 <cstring>cancelPushButton</cstring>
44             </property>
45             <property name="text">
46                 <string>Cancel</string>
47             </property>
48         </widget>
49         <spacer row="3" column="1">
50             <property name="name">
51                 <cstring>spacer3</cstring>
52             </property>
53             <property name="orientation">
54                 <enum>Horizontal</enum>
55             </property>
56             <property name="sizeType">
57                 <enum>Expanding</enum>
58             </property>
59             <property name="sizeHint">
60                 <size>
61                     <width>81</width>
62                     <height>20</height>
63                 </size>
64             </property>
65         </spacer>
66         <widget class="QTextEdit" row="2" column="0" rowspan="1" colspan="4">
67             <property name="name">
68                 <cstring>licenseTextEdit</cstring>
69             </property>
70             <property name="readOnly">
71                 <bool>true</bool>
72             </property>
73         </widget>
74         <widget class="QLabel" row="1" column="0" rowspan="1" colspan="4">
75             <property name="name">
76                 <cstring>textLabel1</cstring>
77             </property>
78             <property name="text">
79                 <string>Please read the plugin license agreement. Click "I accept" to accept the terms of the license.</string>
80             </property>
81         </widget>
82         <widget class="QLabel" row="0" column="0">
83             <property name="name">
84                 <cstring>titleText</cstring>
85             </property>
86             <property name="font">
87                 <font>
88                     <pointsize>16</pointsize>
89                 </font>
90             </property>
91             <property name="text">
92                 <string>Plugin License Agreement</string>
93             </property>
94         </widget>
95     </grid>
96 </widget>
97 <connections>
98     <connection>
99         <sender>acceptCheckBox</sender>
100         <signal>toggled(bool)</signal>
101         <receiver>installPushButton</receiver>
102         <slot>setEnabled(bool)</slot>
103     </connection>
104     <connection>
105         <sender>cancelPushButton</sender>
106         <signal>clicked()</signal>
107         <receiver>PluginLicenseForm_base</receiver>
108         <slot>reject()</slot>
109     </connection>
110     <connection>
111         <sender>installPushButton</sender>
112         <signal>clicked()</signal>
113         <receiver>PluginLicenseForm_base</receiver>
114         <slot>accept()</slot>
115     </connection>
116 </connections>
117 <layoutdefaults spacing="6" margin="11"/>
118 </UI>