Ticket #127: ardlg-ok.ui

File ardlg-ok.ui, 8.2 KB (added by jvw, 14 years ago)

Designer ui file, stripped down from BAD, loads fine

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      </layout>
177     </widget>
178    </widget>
179   </item>
180   <item>
181    <spacer name="verticalSpacer_2">
182     <property name="orientation">
183      <enum>Qt::Vertical</enum>
184     </property>
185     <property name="sizeHint" stdset="0">
186      <size>
187       <width>20</width>
188       <height>40</height>
189      </size>
190     </property>
191    </spacer>
192   </item>
193   <item>
194    <layout class="QHBoxLayout" name="horizontalLayout_2">
195     <item>
196      <widget class="QLabel" name="labelRegCode">
197       <property name="font">
198        <font>
199         <pointsize>10</pointsize>
200         <weight>75</weight>
201         <bold>true</bold>
202        </font>
203       </property>
204       <property name="text">
205        <string>Registration code :</string>
206       </property>
207      </widget>
208     </item>
209     <item>
210      <widget class="QLabel" name="labelCodeOut">
211       <property name="font">
212        <font>
213         <pointsize>20</pointsize>
214        </font>
215       </property>
216       <property name="text">
217        <string/>
218       </property>
219      </widget>
220     </item>
221    </layout>
222   </item>
223   <item>
224    <spacer name="verticalSpacer_3">
225     <property name="orientation">
226      <enum>Qt::Vertical</enum>
227     </property>
228     <property name="sizeHint" stdset="0">
229      <size>
230       <width>20</width>
231       <height>40</height>
232      </size>
233     </property>
234    </spacer>
235   </item>
236   <item>
237    <layout class="QHBoxLayout" name="horizontalLayout_3">
238     <item>
239      <spacer name="horizontalSpacer">
240       <property name="orientation">
241        <enum>Qt::Horizontal</enum>
242       </property>
243       <property name="sizeHint" stdset="0">
244        <size>
245         <width>40</width>
246         <height>20</height>
247        </size>
248       </property>
249      </spacer>
250     </item>
251     <item>
252      <widget class="QPushButton" name="pushButtonGenerate">
253       <property name="enabled">
254        <bool>false</bool>
255       </property>
256       <property name="sizePolicy">
257        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
258         <horstretch>1</horstretch>
259         <verstretch>0</verstretch>
260        </sizepolicy>
261       </property>
262       <property name="font">
263        <font>
264         <pointsize>12</pointsize>
265         <weight>75</weight>
266         <bold>true</bold>
267        </font>
268       </property>
269       <property name="toolTip">
270        <string>Generate a registration key from serialnumber, and copy it to the clipboard</string>
271       </property>
272       <property name="text">
273        <string>Generate code and copy to clipboard</string>
274       </property>
275      </widget>
276     </item>
277    </layout>
278   </item>
279  </layout>
280 </widget>
281 <tabstops>
282  <tabstop>lineEditSerial</tabstop>
283  <tabstop>OptionCheckBox1</tabstop>
284  <tabstop>OptionCheckBox2</tabstop>
285  <tabstop>OptionCheckBox3</tabstop>
286  <tabstop>OptionCheckBox4</tabstop>
287  <tabstop>OptionCheckBox5</tabstop>
288  <tabstop>OptionCheckBox6</tabstop>
289  <tabstop>OptionCheckBox7</tabstop>
290  <tabstop>OptionCheckBox8</tabstop>
291  <tabstop>pushButtonGenerate</tabstop>
292 </tabstops>
293 <resources/>
294 <connections/>
295</ui>