02898e6c5f9f7cb54276a2e82a1e219bbb7bc700
[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>10</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="QWidget" name="layoutWidget">
34       <property name="geometry">
35        <rect>
36         <x>590</x>
37         <y>220</y>
38         <width>171</width>
39         <height>91</height>
40        </rect>
41       </property>
42       <layout class="QVBoxLayout" name="verticalLayout">
43        <item>
44         <widget class="QPushButton" name="autoStartButton">
45          <property name="font">
46           <font>
47            <family>Bitstream Charter</family>
48            <pointsize>16</pointsize>
49            <weight>75</weight>
50            <bold>true</bold>
51           </font>
52          </property>
53          <property name="text">
54           <string>Auto start</string>
55          </property>
56         </widget>
57        </item>
58        <item>
59         <widget class="QPushButton" name="manualStartButton">
60          <property name="font">
61           <font>
62            <family>Bitstream Charter</family>
63            <pointsize>16</pointsize>
64            <weight>75</weight>
65            <bold>true</bold>
66           </font>
67          </property>
68          <property name="text">
69           <string>Manual start</string>
70          </property>
71         </widget>
72        </item>
73       </layout>
74      </widget>
75      <widget class="QListView" name="listViewStartTabAccelerationCategories">
76       <property name="geometry">
77        <rect>
78         <x>0</x>
79         <y>10</y>
80         <width>261</width>
81         <height>301</height>
82        </rect>
83       </property>
84      </widget>
85      <widget class="QWidget" name="layoutWidget">
86       <property name="geometry">
87        <rect>
88         <x>270</x>
89         <y>10</y>
90         <width>311</width>
91         <height>301</height>
92        </rect>
93       </property>
94       <layout class="QVBoxLayout" name="verticalLayout_2">
95        <item>
96         <widget class="QLabel" name="startLabel">
97          <property name="text">
98           <string>Start:</string>
99          </property>
100         </widget>
101        </item>
102        <item>
103         <widget class="QLineEdit" name="lineEditStartTabMin"/>
104        </item>
105        <item>
106         <widget class="QLabel" name="stopLabel">
107          <property name="text">
108           <string>Stop:</string>
109          </property>
110         </widget>
111        </item>
112        <item>
113         <widget class="QLineEdit" name="lineEditStartTabMax"/>
114        </item>
115        <item>
116         <widget class="QLabel" name="unitLabel">
117          <property name="text">
118           <string>Unit:</string>
119          </property>
120         </widget>
121        </item>
122        <item>
123         <widget class="QComboBox" name="comboBoxStartTabUnits"/>
124        </item>
125       </layout>
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>20</x>
136         <y>270</y>
137         <width>169</width>
138         <height>37</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>141</width>
232         <height>17</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>60</y>
244         <width>93</width>
245         <height>27</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>40</x>
261         <y>240</y>
262         <width>161</width>
263         <height>51</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>370</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="geometry">
312        <rect>
313         <x>370</x>
314         <y>240</y>
315         <width>161</width>
316         <height>51</height>
317        </rect>
318       </property>
319       <property name="text">
320        <string>Send result</string>
321       </property>
322      </widget>
323      <widget class="QWidget" name="">
324       <property name="geometry">
325        <rect>
326         <x>40</x>
327         <y>60</y>
328         <width>171</width>
329         <height>61</height>
330        </rect>
331       </property>
332       <layout class="QHBoxLayout" name="horizontalLayoutMeasureTabTime">
333        <item>
334         <widget class="QLabel" name="labelMeasureTabTimeHeader">
335          <property name="text">
336           <string>Time:</string>
337          </property>
338         </widget>
339        </item>
340        <item>
341         <widget class="QLabel" name="labelMeasureTabTime">
342          <property name="text">
343           <string>0</string>
344          </property>
345         </widget>
346        </item>
347       </layout>
348      </widget>
349      <widget class="QWidget" name="">
350       <property name="geometry">
351        <rect>
352         <x>40</x>
353         <y>160</y>
354         <width>171</width>
355         <height>61</height>
356        </rect>
357       </property>
358       <layout class="QHBoxLayout" name="horizontalLayoutMeasureTabSpeed">
359        <item>
360         <widget class="QLabel" name="labelMeasureTabSpeedHeader">
361          <property name="text">
362           <string>Speed:</string>
363          </property>
364         </widget>
365        </item>
366        <item>
367         <widget class="QLabel" name="labelMeasureTabSpeed">
368          <property name="text">
369           <string>0</string>
370          </property>
371         </widget>
372        </item>
373       </layout>
374      </widget>
375      <widget class="QWidget" name="">
376       <property name="geometry">
377        <rect>
378         <x>370</x>
379         <y>60</y>
380         <width>151</width>
381         <height>61</height>
382        </rect>
383       </property>
384       <layout class="QHBoxLayout" name="horizontalLayout_2">
385        <item>
386         <widget class="QLabel" name="labelMeasureTabResultHeader_2">
387          <property name="text">
388           <string>Time:</string>
389          </property>
390         </widget>
391        </item>
392        <item>
393         <widget class="QLabel" name="labelMeasureTabResult">
394          <property name="text">
395           <string>0</string>
396          </property>
397         </widget>
398        </item>
399       </layout>
400      </widget>
401     </widget>
402    </widget>
403    <widget class="QWidget" name="layoutWidget">
404     <property name="geometry">
405      <rect>
406       <x>10</x>
407       <y>380</y>
408       <width>781</width>
409       <height>31</height>
410      </rect>
411     </property>
412     <layout class="QHBoxLayout" name="horizontalLayout">
413      <item>
414       <widget class="QPushButton" name="view1Button">
415        <property name="text">
416         <string>View1</string>
417        </property>
418       </widget>
419      </item>
420      <item>
421       <widget class="QPushButton" name="view2Button">
422        <property name="text">
423         <string>View2</string>
424        </property>
425       </widget>
426      </item>
427      <item>
428       <widget class="QPushButton" name="view3Button">
429        <property name="text">
430         <string>View3</string>
431        </property>
432       </widget>
433      </item>
434      <item>
435       <widget class="QPushButton" name="view4Button">
436        <property name="text">
437         <string>View4</string>
438        </property>
439       </widget>
440      </item>
441     </layout>
442    </widget>
443    <widget class="QPushButton" name="registratePushButton">
444     <property name="geometry">
445      <rect>
446       <x>690</x>
447       <y>0</y>
448       <width>93</width>
449       <height>27</height>
450      </rect>
451     </property>
452     <property name="text">
453      <string>Registrate</string>
454     </property>
455    </widget>
456   </widget>
457   <widget class="QMenuBar" name="menuBar">
458    <property name="geometry">
459     <rect>
460      <x>0</x>
461      <y>0</y>
462      <width>800</width>
463      <height>25</height>
464     </rect>
465    </property>
466   </widget>
467   <widget class="QToolBar" name="mainToolBar">
468    <attribute name="toolBarArea">
469     <enum>TopToolBarArea</enum>
470    </attribute>
471    <attribute name="toolBarBreak">
472     <bool>false</bool>
473    </attribute>
474   </widget>
475   <widget class="QStatusBar" name="statusBar"/>
476  </widget>
477  <layoutdefault spacing="6" margin="11"/>
478  <resources/>
479  <connections/>
480 </ui>
481