UI design document updated.
[speedfreak] / Client / carmainwindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CarMainWindow</class>
4  <widget class="QMainWindow" name="CarMainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>480</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Speed freak</string>
15   </property>
16   <widget class="QWidget" name="centralWidget">
17    <widget class="QTabWidget" name="tabWidget">
18     <property name="geometry">
19      <rect>
20       <x>0</x>
21       <y>0</y>
22       <width>781</width>
23       <height>361</height>
24      </rect>
25     </property>
26     <property name="currentIndex">
27      <number>3</number>
28     </property>
29     <widget class="QWidget" name="StartTab">
30      <attribute name="title">
31       <string>Start</string>
32      </attribute>
33      <widget class="QListView" name="listViewStartTabAccelerationCategories">
34       <property name="geometry">
35        <rect>
36         <x>0</x>
37         <y>10</y>
38         <width>151</width>
39         <height>301</height>
40        </rect>
41       </property>
42      </widget>
43      <widget class="QWidget" name="layoutWidget">
44       <property name="geometry">
45        <rect>
46         <x>160</x>
47         <y>10</y>
48         <width>311</width>
49         <height>301</height>
50        </rect>
51       </property>
52       <layout class="QVBoxLayout" name="verticalLayout_2">
53        <item>
54         <widget class="QLabel" name="startLabel">
55          <property name="text">
56           <string>Start:</string>
57          </property>
58         </widget>
59        </item>
60        <item>
61         <widget class="QLineEdit" name="lineEditStartTabMin"/>
62        </item>
63        <item>
64         <widget class="QLabel" name="stopLabel">
65          <property name="text">
66           <string>Stop:</string>
67          </property>
68         </widget>
69        </item>
70        <item>
71         <widget class="QLineEdit" name="lineEditStartTabMax"/>
72        </item>
73        <item>
74         <widget class="QLabel" name="unitLabel">
75          <property name="text">
76           <string>Unit:</string>
77          </property>
78         </widget>
79        </item>
80        <item>
81         <widget class="QComboBox" name="comboBoxStartTabUnits"/>
82        </item>
83       </layout>
84      </widget>
85      <widget class="QPushButton" name="autoStartButton">
86       <property name="geometry">
87        <rect>
88         <x>520</x>
89         <y>40</y>
90         <width>201</width>
91         <height>71</height>
92        </rect>
93       </property>
94       <property name="font">
95        <font>
96         <family>Bitstream Charter</family>
97         <pointsize>16</pointsize>
98         <weight>75</weight>
99         <bold>true</bold>
100        </font>
101       </property>
102       <property name="text">
103        <string>Auto start</string>
104       </property>
105      </widget>
106      <widget class="QPushButton" name="manualStartButton">
107       <property name="geometry">
108        <rect>
109         <x>520</x>
110         <y>180</y>
111         <width>201</width>
112         <height>71</height>
113        </rect>
114       </property>
115       <property name="font">
116        <font>
117         <family>Bitstream Charter</family>
118         <pointsize>16</pointsize>
119         <weight>75</weight>
120         <bold>true</bold>
121        </font>
122       </property>
123       <property name="text">
124        <string>Manual start</string>
125       </property>
126      </widget>
127     </widget>
128     <widget class="QWidget" name="tabTop">
129      <attribute name="title">
130       <string>Top</string>
131      </attribute>
132      <widget class="QPushButton" name="buttonTopRefresh">
133       <property name="geometry">
134        <rect>
135         <x>10</x>
136         <y>210</y>
137         <width>221</width>
138         <height>71</height>
139        </rect>
140       </property>
141       <property name="font">
142        <font>
143         <family>Bitstream Charter</family>
144         <pointsize>16</pointsize>
145         <weight>75</weight>
146         <bold>true</bold>
147        </font>
148       </property>
149       <property name="text">
150        <string>Refresh list</string>
151       </property>
152      </widget>
153      <widget class="QListView" name="listViewTopList">
154       <property name="geometry">
155        <rect>
156         <x>360</x>
157         <y>10</y>
158         <width>411</width>
159         <height>311</height>
160        </rect>
161       </property>
162       <property name="font">
163        <font>
164         <family>Bitstream Charter</family>
165         <pointsize>10</pointsize>
166        </font>
167       </property>
168       <property name="flow">
169        <enum>QListView::LeftToRight</enum>
170       </property>
171      </widget>
172      <widget class="QWidget" name="layoutWidget">
173       <property name="geometry">
174        <rect>
175         <x>10</x>
176         <y>10</y>
177         <width>341</width>
178         <height>141</height>
179        </rect>
180       </property>
181       <layout class="QVBoxLayout" name="verticalLayout_3">
182        <item>
183         <widget class="QLabel" name="labelCategory">
184          <property name="font">
185           <font>
186            <family>Bitstream Charter</family>
187            <pointsize>16</pointsize>
188           </font>
189          </property>
190          <property name="text">
191           <string>Category:</string>
192          </property>
193         </widget>
194        </item>
195        <item>
196         <widget class="QComboBox" name="comboBoxTopCategory"/>
197        </item>
198       </layout>
199      </widget>
200      <widget class="QLabel" name="labelTopList">
201       <property name="geometry">
202        <rect>
203         <x>380</x>
204         <y>10</y>
205         <width>371</width>
206         <height>311</height>
207        </rect>
208       </property>
209       <property name="font">
210        <font>
211         <pointsize>9</pointsize>
212        </font>
213       </property>
214       <property name="text">
215        <string>TopList</string>
216       </property>
217       <property name="alignment">
218        <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
219       </property>
220      </widget>
221     </widget>
222     <widget class="QWidget" name="settingsTab">
223      <attribute name="title">
224       <string>Settings</string>
225      </attribute>
226      <widget class="QLabel" name="userNameLabel">
227       <property name="geometry">
228        <rect>
229         <x>20</x>
230         <y>30</y>
231         <width>531</width>
232         <height>71</height>
233        </rect>
234       </property>
235       <property name="text">
236        <string>User:</string>
237       </property>
238      </widget>
239      <widget class="QPushButton" name="setUserPushButton">
240       <property name="geometry">
241        <rect>
242         <x>20</x>
243         <y>140</y>
244         <width>201</width>
245         <height>71</height>
246        </rect>
247       </property>
248       <property name="text">
249        <string>Set User</string>
250       </property>
251      </widget>
252     </widget>
253     <widget class="QWidget" name="tabMeasureResult">
254      <attribute name="title">
255       <string>Measure</string>
256      </attribute>
257      <widget class="QPushButton" name="pushButtonMeasureTabAbort">
258       <property name="geometry">
259        <rect>
260         <x>20</x>
261         <y>230</y>
262         <width>160</width>
263         <height>71</height>
264        </rect>
265       </property>
266       <property name="text">
267        <string>Abort</string>
268       </property>
269      </widget>
270      <widget class="QLabel" name="labelMeasureTabHeader">
271       <property name="geometry">
272        <rect>
273         <x>40</x>
274         <y>10</y>
275         <width>261</width>
276         <height>41</height>
277        </rect>
278       </property>
279       <property name="font">
280        <font>
281         <family>Bitstream Charter</family>
282         <weight>75</weight>
283         <bold>true</bold>
284        </font>
285       </property>
286       <property name="text">
287        <string>Accelerate to 40 km/h</string>
288       </property>
289      </widget>
290      <widget class="QLabel" name="labelMeasureTabResultHeader">
291       <property name="geometry">
292        <rect>
293         <x>470</x>
294         <y>10</y>
295         <width>101</width>
296         <height>41</height>
297        </rect>
298       </property>
299       <property name="font">
300        <font>
301         <family>Bitstream Charter</family>
302         <weight>75</weight>
303         <bold>true</bold>
304        </font>
305       </property>
306       <property name="text">
307        <string>Results:</string>
308       </property>
309      </widget>
310      <widget class="QPushButton" name="pushButtonSendResult">
311       <property name="enabled">
312        <bool>false</bool>
313       </property>
314       <property name="geometry">
315        <rect>
316         <x>470</x>
317         <y>230</y>
318         <width>160</width>
319         <height>71</height>
320        </rect>
321       </property>
322       <property name="text">
323        <string>Send result</string>
324       </property>
325       <property name="checkable">
326        <bool>false</bool>
327       </property>
328      </widget>
329      <widget class="QLabel" name="labelMeasureTabTimeHeader">
330       <property name="geometry">
331        <rect>
332         <x>25</x>
333         <y>70</y>
334         <width>60</width>
335         <height>41</height>
336        </rect>
337       </property>
338       <property name="font">
339        <font>
340         <family>Bitstream Charter</family>
341         <pointsize>14</pointsize>
342        </font>
343       </property>
344       <property name="text">
345        <string>Time:</string>
346       </property>
347      </widget>
348      <widget class="QLabel" name="labelMeasureTabTime">
349       <property name="geometry">
350        <rect>
351         <x>129</x>
352         <y>60</y>
353         <width>71</width>
354         <height>61</height>
355        </rect>
356       </property>
357       <property name="font">
358        <font>
359         <family>Bitstream Charter</family>
360         <pointsize>24</pointsize>
361         <weight>75</weight>
362         <bold>true</bold>
363        </font>
364       </property>
365       <property name="text">
366        <string>0</string>
367       </property>
368      </widget>
369      <widget class="QLabel" name="labelMeasureTabSpeedHeader">
370       <property name="geometry">
371        <rect>
372         <x>25</x>
373         <y>160</y>
374         <width>81</width>
375         <height>41</height>
376        </rect>
377       </property>
378       <property name="font">
379        <font>
380         <family>Bitstream Charter</family>
381         <pointsize>14</pointsize>
382        </font>
383       </property>
384       <property name="text">
385        <string>Speed:</string>
386       </property>
387      </widget>
388      <widget class="QLabel" name="labelMeasureTabSpeed">
389       <property name="geometry">
390        <rect>
391         <x>129</x>
392         <y>160</y>
393         <width>51</width>
394         <height>41</height>
395        </rect>
396       </property>
397       <property name="font">
398        <font>
399         <family>Bitstream Charter</family>
400         <pointsize>24</pointsize>
401         <weight>75</weight>
402         <bold>true</bold>
403        </font>
404       </property>
405       <property name="text">
406        <string>0</string>
407       </property>
408      </widget>
409      <widget class="QLabel" name="labelMeasureTabResultHeader_2">
410       <property name="geometry">
411        <rect>
412         <x>470</x>
413         <y>60</y>
414         <width>71</width>
415         <height>61</height>
416        </rect>
417       </property>
418       <property name="font">
419        <font>
420         <family>Bitstream Charter</family>
421         <pointsize>14</pointsize>
422        </font>
423       </property>
424       <property name="text">
425        <string>Time:</string>
426       </property>
427      </widget>
428      <widget class="QLabel" name="labelMeasureTabResult">
429       <property name="geometry">
430        <rect>
431         <x>570</x>
432         <y>60</y>
433         <width>61</width>
434         <height>61</height>
435        </rect>
436       </property>
437       <property name="font">
438        <font>
439         <family>Bitstream Charter</family>
440         <pointsize>24</pointsize>
441         <weight>75</weight>
442         <bold>true</bold>
443        </font>
444       </property>
445       <property name="text">
446        <string>0</string>
447       </property>
448      </widget>
449     </widget>
450    </widget>
451    <widget class="QPushButton" name="registratePushButton">
452     <property name="geometry">
453      <rect>
454       <x>520</x>
455       <y>370</y>
456       <width>231</width>
457       <height>41</height>
458      </rect>
459     </property>
460     <property name="text">
461      <string>Registrate</string>
462     </property>
463    </widget>
464   </widget>
465   <widget class="QMenuBar" name="menuBar">
466    <property name="geometry">
467     <rect>
468      <x>0</x>
469      <y>0</y>
470      <width>800</width>
471      <height>25</height>
472     </rect>
473    </property>
474   </widget>
475   <widget class="QToolBar" name="mainToolBar">
476    <attribute name="toolBarArea">
477     <enum>TopToolBarArea</enum>
478    </attribute>
479    <attribute name="toolBarBreak">
480     <bool>false</bool>
481    </attribute>
482   </widget>
483   <widget class="QStatusBar" name="statusBar"/>
484  </widget>
485  <layoutdefault spacing="6" margin="11"/>
486  <resources/>
487  <connections/>
488 </ui>