Ticket #127: ardlgbad.ui

File ardlgbad.ui, 9.7 KB (added by jvw, 15 years ago)

Designer ui file, fails to load (maybe too large)

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>AtdsRegCodeDialog</class>
4 <widget class="QDialog" name="AtdsRegCodeDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>582</width>
10 <height>427</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="windowTitle">
20 <string>Atds registration code generator, QT</string>
21 </property>
22 <layout class="QVBoxLayout" name="verticalLayout">
23 <item>
24 <layout class="QHBoxLayout" name="horizontalLayout">
25 <property name="sizeConstraint">
26 <enum>QLayout::SetDefaultConstraint</enum>
27 </property>
28 <item>
29 <widget class="QLabel" name="labelSerial">
30 <property name="font">
31 <font>
32 <pointsize>10</pointsize>
33 <weight>75</weight>
34 <bold>true</bold>
35 </font>
36 </property>
37 <property name="text">
38 <string>Device Serial Number</string>
39 </property>
40 </widget>
41 </item>
42 <item>
43 <widget class="QLineEdit" name="lineEditSerial">
44 <property name="font">
45 <font>
46 <pointsize>10</pointsize>
47 <weight>75</weight>
48 <bold>true</bold>
49 </font>
50 </property>
51 <property name="toolTip">
52 <string>Numeric-only device serialnumber</string>
53 </property>
54 <property name="inputMask">
55 <string>9000000000; </string>
56 </property>
57 <property name="text">
58 <string/>
59 </property>
60 <property name="cursorPosition">
61 <number>0</number>
62 </property>
63 </widget>
64 </item>
65 </layout>
66 </item>
67 <item>
68 <spacer name="verticalSpacer">
69 <property name="orientation">
70 <enum>Qt::Vertical</enum>
71 </property>
72 <property name="sizeHint" stdset="0">
73 <size>
74 <width>20</width>
75 <height>40</height>
76 </size>
77 </property>
78 </spacer>
79 </item>
80 <item>
81 <widget class="QGroupBox" name="groupBox">
82 <property name="sizePolicy">
83 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
84 <horstretch>0</horstretch>
85 <verstretch>0</verstretch>
86 </sizepolicy>
87 </property>
88 <property name="minimumSize">
89 <size>
90 <width>0</width>
91 <height>260</height>
92 </size>
93 </property>
94 <property name="title">
95 <string>Software options to be activated with this registration key</string>
96 </property>
97 <property name="alignment">
98 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
99 </property>
100 <widget class="QWidget" name="layoutWidget">
101 <property name="geometry">
102 <rect>
103 <x>20</x>
104 <y>20</y>
105 <width>554</width>
106 <height>246</height>
107 </rect>
108 </property>
109 <layout class="QVBoxLayout" name="verticalLayout_2">
110 <property name="sizeConstraint">
111 <enum>QLayout::SetDefaultConstraint</enum>
112 </property>
113 <item>
114 <widget class="QCheckBox" name="OptionCheckBox1">
115 <property name="sizePolicy">
116 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
117 <horstretch>0</horstretch>
118 <verstretch>0</verstretch>
119 </sizepolicy>
120 </property>
121 <property name="minimumSize">
122 <size>
123 <width>0</width>
124 <height>0</height>
125 </size>
126 </property>
127 <property name="font">
128 <font>
129 <weight>75</weight>
130 <bold>true</bold>
131 </font>
132 </property>
133 <property name="text">
134 <string>Option 1 - Show O2 color indicators in graph screen</string>
135 </property>
136 </widget>
137 </item>
138 <item>
139 <widget class="QCheckBox" name="OptionCheckBox2">
140 <property name="font">
141 <font>
142 <weight>75</weight>
143 </font>
144 </property>
145 <property name="text">
146 <string>Option 2 - Show training state color indicators in main and graph</string>
147 </property>
148 </widget>
149 </item>
150 <item>
151 <widget class="QCheckBox" name="OptionCheckBox3">
152 <property name="font">
153 <font>
154 <weight>75</weight>
155 <bold>true</bold>
156 </font>
157 </property>
158 <property name="text">
159 <string>Option 3 - Enable training state summary display from graph</string>
160 </property>
161 </widget>
162 </item>
163 <item>
164 <widget class="QCheckBox" name="OptionCheckBox4">
165 <property name="font">
166 <font>
167 <weight>75</weight>
168 <bold>true</bold>
169 </font>
170 </property>
171 <property name="text">
172 <string>Option 4 - Disable the GRAPH module (NO access!)</string>
173 </property>
174 </widget>
175 </item>
176 <item>
177 <widget class="QCheckBox" name="OptionCheckBox5">
178 <property name="font">
179 <font>
180 <weight>75</weight>
181 <bold>true</bold>
182 </font>
183 </property>
184 <property name="text">
185 <string>Option 5 - Allow multiple simultanious programs (Team version) </string>
186 </property>
187 </widget>
188 </item>
189 <item>
190 <widget class="QCheckBox" name="OptionCheckBox6">
191 <property name="font">
192 <font>
193 <weight>75</weight>
194 <bold>true</bold>
195 </font>
196 </property>
197 <property name="text">
198 <string>Option 6 - reserved</string>
199 </property>
200 </widget>
201 </item>
202 <item>
203 <widget class="QCheckBox" name="OptionCheckBox7">
204 <property name="font">
205 <font>
206 <weight>75</weight>
207 <bold>true</bold>
208 </font>
209 </property>
210 <property name="text">
211 <string>Option 7 - reserved</string>
212 </property>
213 </widget>
214 </item>
215 <item>
216 <widget class="QCheckBox" name="OptionCheckBox8">
217 <property name="font">
218 <font>
219 <weight>75</weight>
220 <bold>true</bold>
221 </font>
222 </property>
223 <property name="text">
224 <string>Option 8 - reserved</string>
225 </property>
226 </widget>
227 </item>
228 </layout>
229 </widget>
230 </widget>
231 </item>
232 <item>
233 <spacer name="verticalSpacer_2">
234 <property name="orientation">
235 <enum>Qt::Vertical</enum>
236 </property>
237 <property name="sizeHint" stdset="0">
238 <size>
239 <width>20</width>
240 <height>40</height>
241 </size>
242 </property>
243 </spacer>
244 </item>
245 <item>
246 <layout class="QHBoxLayout" name="horizontalLayout_2">
247 <item>
248 <widget class="QLabel" name="labelRegCode">
249 <property name="font">
250 <font>
251 <pointsize>10</pointsize>
252 <weight>75</weight>
253 <bold>true</bold>
254 </font>
255 </property>
256 <property name="text">
257 <string>Registration code :</string>
258 </property>
259 </widget>
260 </item>
261 <item>
262 <widget class="QLabel" name="labelCodeOut">
263 <property name="font">
264 <font>
265 <pointsize>20</pointsize>
266 </font>
267 </property>
268 <property name="text">
269 <string/>
270 </property>
271 </widget>
272 </item>
273 </layout>
274 </item>
275 <item>
276 <spacer name="verticalSpacer_3">
277 <property name="orientation">
278 <enum>Qt::Vertical</enum>
279 </property>
280 <property name="sizeHint" stdset="0">
281 <size>
282 <width>20</width>
283 <height>40</height>
284 </size>
285 </property>
286 </spacer>
287 </item>
288 <item>
289 <layout class="QHBoxLayout" name="horizontalLayout_3">
290 <item>
291 <spacer name="horizontalSpacer">
292 <property name="orientation">
293 <enum>Qt::Horizontal</enum>
294 </property>
295 <property name="sizeHint" stdset="0">
296 <size>
297 <width>40</width>
298 <height>20</height>
299 </size>
300 </property>
301 </spacer>
302 </item>
303 <item>
304 <widget class="QPushButton" name="pushButtonGenerate">
305 <property name="enabled">
306 <bool>false</bool>
307 </property>
308 <property name="sizePolicy">
309 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
310 <horstretch>1</horstretch>
311 <verstretch>0</verstretch>
312 </sizepolicy>
313 </property>
314 <property name="font">
315 <font>
316 <pointsize>12</pointsize>
317 <weight>75</weight>
318 <bold>true</bold>
319 </font>
320 </property>
321 <property name="toolTip">
322 <string>Generate a registration key from serialnumber, and copy it to the clipboard</string>
323 </property>
324 <property name="text">
325 <string>Generate code and copy to clipboard</string>
326 </property>
327 </widget>
328 </item>
329 </layout>
330 </item>
331 </layout>
332 </widget>
333 <tabstops>
334 <tabstop>lineEditSerial</tabstop>
335 <tabstop>OptionCheckBox1</tabstop>
336 <tabstop>OptionCheckBox2</tabstop>
337 <tabstop>OptionCheckBox3</tabstop>
338 <tabstop>OptionCheckBox4</tabstop>
339 <tabstop>OptionCheckBox5</tabstop>
340 <tabstop>OptionCheckBox6</tabstop>
341 <tabstop>OptionCheckBox7</tabstop>
342 <tabstop>OptionCheckBox8</tabstop>
343 <tabstop>pushButtonGenerate</tabstop>
344 </tabstops>
345 <resources/>
346 <connections/>
347</ui>