Tizen 2.1 base
[platform/upstream/hplip.git] / ui / colorcalform_base.ui
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>ColorCalForm_base</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>ColorCalForm_base</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>610</width>
12             <height>220</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>HP Device Manager - Color Calibration</string>
17     </property>
18     <grid>
19         <property name="name">
20             <cstring>unnamed</cstring>
21         </property>
22         <widget class="QPushButton" row="1" column="3">
23             <property name="name">
24                 <cstring>ContinueButton</cstring>
25             </property>
26             <property name="text">
27                 <string>Next &gt;</string>
28             </property>
29         </widget>
30         <spacer row="1" column="1">
31             <property name="name">
32                 <cstring>spacer1</cstring>
33             </property>
34             <property name="orientation">
35                 <enum>Horizontal</enum>
36             </property>
37             <property name="sizeType">
38                 <enum>Expanding</enum>
39             </property>
40             <property name="sizeHint">
41                 <size>
42                     <width>335</width>
43                     <height>20</height>
44                 </size>
45             </property>
46         </spacer>
47         <widget class="QPushButton" row="1" column="2">
48             <property name="name">
49                 <cstring>CancelButton</cstring>
50             </property>
51             <property name="text">
52                 <string>Cancel</string>
53             </property>
54         </widget>
55         <widget class="QButtonGroup" row="0" column="0" rowspan="1" colspan="4">
56             <property name="name">
57                 <cstring>ColorCalGroup</cstring>
58             </property>
59             <property name="title">
60                 <string>Color Calibration</string>
61             </property>
62             <grid>
63                 <property name="name">
64                     <cstring>unnamed</cstring>
65                 </property>
66                 <widget class="QLayoutWidget" row="1" column="0">
67                     <property name="name">
68                         <cstring>layout2</cstring>
69                     </property>
70                     <hbox>
71                         <property name="name">
72                             <cstring>unnamed</cstring>
73                         </property>
74                         <widget class="QRadioButton">
75                             <property name="name">
76                                 <cstring>radioButton12</cstring>
77                             </property>
78                             <property name="text">
79                                 <string>1</string>
80                             </property>
81                         </widget>
82                         <widget class="QRadioButton">
83                             <property name="name">
84                                 <cstring>radioButton13</cstring>
85                             </property>
86                             <property name="text">
87                                 <string>2</string>
88                             </property>
89                         </widget>
90                         <widget class="QRadioButton">
91                             <property name="name">
92                                 <cstring>radioButton14</cstring>
93                             </property>
94                             <property name="text">
95                                 <string>3</string>
96                             </property>
97                         </widget>
98                         <widget class="QRadioButton">
99                             <property name="name">
100                                 <cstring>radioButton15</cstring>
101                             </property>
102                             <property name="text">
103                                 <string>4</string>
104                             </property>
105                             <property name="checked">
106                                 <bool>true</bool>
107                             </property>
108                         </widget>
109                         <widget class="QRadioButton">
110                             <property name="name">
111                                 <cstring>radioButton16</cstring>
112                             </property>
113                             <property name="text">
114                                 <string>5</string>
115                             </property>
116                         </widget>
117                         <widget class="QRadioButton">
118                             <property name="name">
119                                 <cstring>radioButton17</cstring>
120                             </property>
121                             <property name="text">
122                                 <string>6</string>
123                             </property>
124                         </widget>
125                         <widget class="QRadioButton">
126                             <property name="name">
127                                 <cstring>radioButton18</cstring>
128                             </property>
129                             <property name="text">
130                                 <string>7</string>
131                             </property>
132                         </widget>
133                     </hbox>
134                 </widget>
135                 <widget class="QLabel" row="0" column="0">
136                     <property name="name">
137                         <cstring>textLabel2_2</cstring>
138                     </property>
139                     <property name="text">
140                         <string>Choose the numbered image labeled "1" thru "7" that is &lt;b&gt;best color matched&lt;/b&gt; to the image labeled "X".</string>
141                     </property>
142                     <property name="alignment">
143                         <set>WordBreak|AlignVCenter</set>
144                     </property>
145                 </widget>
146             </grid>
147         </widget>
148     </grid>
149 </widget>
150 <connections>
151     <connection>
152         <sender>CancelButton</sender>
153         <signal>clicked()</signal>
154         <receiver>ColorCalForm_base</receiver>
155         <slot>reject()</slot>
156     </connection>
157     <connection>
158         <sender>ContinueButton</sender>
159         <signal>clicked()</signal>
160         <receiver>ColorCalForm_base</receiver>
161         <slot>accept()</slot>
162     </connection>
163     <connection>
164         <sender>ColorCalGroup</sender>
165         <signal>clicked(int)</signal>
166         <receiver>ColorCalForm_base</receiver>
167         <slot>ColorCalGroup_clicked(int)</slot>
168     </connection>
169 </connections>
170 <slots>
171     <slot>buttonGroup2_clicked( int )</slot>
172     <slot>ColorCalGroup_released( int )</slot>
173     <slot>ColorCalGroup_clicked( int )</slot>
174 </slots>
175 <layoutdefaults spacing="6" margin="11"/>
176 </UI>