Added button for sending route to server.
[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>4</number>
28     </property>
29     <widget class="QWidget" name="tabTop">
30      <attribute name="title">
31       <string>Top</string>
32      </attribute>
33      <widget class="QPushButton" name="buttonTopRefresh">
34       <property name="geometry">
35        <rect>
36         <x>10</x>
37         <y>210</y>
38         <width>221</width>
39         <height>71</height>
40        </rect>
41       </property>
42       <property name="font">
43        <font>
44         <family>Bitstream Charter</family>
45         <pointsize>16</pointsize>
46         <weight>75</weight>
47         <bold>true</bold>
48        </font>
49       </property>
50       <property name="text">
51        <string>Refresh list</string>
52       </property>
53      </widget>
54      <widget class="QListView" name="listViewTopList">
55       <property name="geometry">
56        <rect>
57         <x>360</x>
58         <y>10</y>
59         <width>411</width>
60         <height>311</height>
61        </rect>
62       </property>
63       <property name="font">
64        <font>
65         <family>Bitstream Charter</family>
66         <pointsize>10</pointsize>
67        </font>
68       </property>
69       <property name="flow">
70        <enum>QListView::LeftToRight</enum>
71       </property>
72      </widget>
73      <widget class="QWidget" name="layoutWidget">
74       <property name="geometry">
75        <rect>
76         <x>10</x>
77         <y>10</y>
78         <width>341</width>
79         <height>141</height>
80        </rect>
81       </property>
82       <layout class="QVBoxLayout" name="verticalLayout_3">
83        <item>
84         <widget class="QLabel" name="labelCategory">
85          <property name="font">
86           <font>
87            <family>Bitstream Charter</family>
88            <pointsize>16</pointsize>
89           </font>
90          </property>
91          <property name="text">
92           <string>Category:</string>
93          </property>
94         </widget>
95        </item>
96        <item>
97         <widget class="QComboBox" name="comboBoxTopCategory"/>
98        </item>
99       </layout>
100      </widget>
101      <widget class="QLabel" name="labelTopList">
102       <property name="geometry">
103        <rect>
104         <x>380</x>
105         <y>10</y>
106         <width>371</width>
107         <height>311</height>
108        </rect>
109       </property>
110       <property name="font">
111        <font>
112         <pointsize>9</pointsize>
113        </font>
114       </property>
115       <property name="text">
116        <string>TopList</string>
117       </property>
118       <property name="alignment">
119        <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
120       </property>
121      </widget>
122     </widget>
123     <widget class="QWidget" name="StartTab">
124      <attribute name="title">
125       <string>Start</string>
126      </attribute>
127      <widget class="QListView" name="listViewStartTabAccelerationCategories">
128       <property name="geometry">
129        <rect>
130         <x>20</x>
131         <y>10</y>
132         <width>251</width>
133         <height>301</height>
134        </rect>
135       </property>
136      </widget>
137      <widget class="QWidget" name="layoutWidget">
138       <property name="geometry">
139        <rect>
140         <x>320</x>
141         <y>10</y>
142         <width>161</width>
143         <height>301</height>
144        </rect>
145       </property>
146       <layout class="QVBoxLayout" name="verticalLayout_2">
147        <item>
148         <widget class="QLabel" name="startLabel">
149          <property name="text">
150           <string>Start:</string>
151          </property>
152         </widget>
153        </item>
154        <item>
155         <widget class="QLineEdit" name="lineEditStartTabMin"/>
156        </item>
157        <item>
158         <widget class="QLabel" name="stopLabel">
159          <property name="text">
160           <string>Stop:</string>
161          </property>
162         </widget>
163        </item>
164        <item>
165         <widget class="QLineEdit" name="lineEditStartTabMax"/>
166        </item>
167        <item>
168         <widget class="QLabel" name="unitLabel">
169          <property name="text">
170           <string>Unit:</string>
171          </property>
172         </widget>
173        </item>
174        <item>
175         <widget class="QComboBox" name="comboBoxStartTabUnits"/>
176        </item>
177       </layout>
178      </widget>
179      <widget class="QPushButton" name="autoStartButton">
180       <property name="geometry">
181        <rect>
182         <x>520</x>
183         <y>120</y>
184         <width>201</width>
185         <height>71</height>
186        </rect>
187       </property>
188       <property name="font">
189        <font>
190         <family>Bitstream Charter</family>
191         <pointsize>16</pointsize>
192         <weight>75</weight>
193         <bold>true</bold>
194        </font>
195       </property>
196       <property name="text">
197        <string>Auto start</string>
198       </property>
199      </widget>
200      <widget class="QPushButton" name="manualStartButton">
201       <property name="geometry">
202        <rect>
203         <x>520</x>
204         <y>230</y>
205         <width>201</width>
206         <height>71</height>
207        </rect>
208       </property>
209       <property name="font">
210        <font>
211         <family>Bitstream Charter</family>
212         <pointsize>16</pointsize>
213         <weight>75</weight>
214         <bold>true</bold>
215        </font>
216       </property>
217       <property name="text">
218        <string>Manual start</string>
219       </property>
220      </widget>
221      <widget class="QPushButton" name="calibrateButton">
222       <property name="geometry">
223        <rect>
224         <x>520</x>
225         <y>20</y>
226         <width>201</width>
227         <height>61</height>
228        </rect>
229       </property>
230       <property name="font">
231        <font>
232         <family>Bitstream Charter</family>
233         <pointsize>16</pointsize>
234         <weight>75</weight>
235         <bold>true</bold>
236        </font>
237       </property>
238       <property name="text">
239        <string>Calibrate</string>
240       </property>
241      </widget>
242     </widget>
243     <widget class="QWidget" name="settingsTab">
244      <attribute name="title">
245       <string>Settings</string>
246      </attribute>
247      <widget class="QLabel" name="userNameLabel">
248       <property name="geometry">
249        <rect>
250         <x>20</x>
251         <y>30</y>
252         <width>531</width>
253         <height>71</height>
254        </rect>
255       </property>
256       <property name="text">
257        <string>User:</string>
258       </property>
259      </widget>
260      <widget class="QPushButton" name="setUserPushButton">
261       <property name="geometry">
262        <rect>
263         <x>20</x>
264         <y>140</y>
265         <width>201</width>
266         <height>71</height>
267        </rect>
268       </property>
269       <property name="text">
270        <string>Set User</string>
271       </property>
272      </widget>
273     </widget>
274     <widget class="QWidget" name="tabMeasureResult">
275      <attribute name="title">
276       <string>Measure</string>
277      </attribute>
278      <widget class="QPushButton" name="pushButtonMeasureTabAbort">
279       <property name="geometry">
280        <rect>
281         <x>20</x>
282         <y>230</y>
283         <width>160</width>
284         <height>71</height>
285        </rect>
286       </property>
287       <property name="text">
288        <string>Abort</string>
289       </property>
290      </widget>
291      <widget class="QLabel" name="labelMeasureTabHeader">
292       <property name="geometry">
293        <rect>
294         <x>20</x>
295         <y>10</y>
296         <width>261</width>
297         <height>41</height>
298        </rect>
299       </property>
300       <property name="font">
301        <font>
302         <family>Bitstream Charter</family>
303         <weight>75</weight>
304         <bold>true</bold>
305        </font>
306       </property>
307       <property name="text">
308        <string>Accelerate to 40 km/h</string>
309       </property>
310      </widget>
311      <widget class="QLabel" name="labelMeasureTabResultHeader">
312       <property name="geometry">
313        <rect>
314         <x>470</x>
315         <y>10</y>
316         <width>101</width>
317         <height>41</height>
318        </rect>
319       </property>
320       <property name="font">
321        <font>
322         <family>Bitstream Charter</family>
323         <weight>75</weight>
324         <bold>true</bold>
325        </font>
326       </property>
327       <property name="text">
328        <string>Results:</string>
329       </property>
330      </widget>
331      <widget class="QPushButton" name="pushButtonSendResult">
332       <property name="enabled">
333        <bool>false</bool>
334       </property>
335       <property name="geometry">
336        <rect>
337         <x>470</x>
338         <y>230</y>
339         <width>160</width>
340         <height>71</height>
341        </rect>
342       </property>
343       <property name="text">
344        <string>Send result</string>
345       </property>
346       <property name="checkable">
347        <bool>false</bool>
348       </property>
349      </widget>
350      <widget class="QLabel" name="labelMeasureTabTimeHeader">
351       <property name="geometry">
352        <rect>
353         <x>20</x>
354         <y>70</y>
355         <width>60</width>
356         <height>41</height>
357        </rect>
358       </property>
359       <property name="font">
360        <font>
361         <family>Bitstream Charter</family>
362         <pointsize>14</pointsize>
363        </font>
364       </property>
365       <property name="text">
366        <string>Time:</string>
367       </property>
368      </widget>
369      <widget class="QLabel" name="labelMeasureTabTime">
370       <property name="geometry">
371        <rect>
372         <x>129</x>
373         <y>60</y>
374         <width>71</width>
375         <height>61</height>
376        </rect>
377       </property>
378       <property name="font">
379        <font>
380         <family>Bitstream Charter</family>
381         <pointsize>24</pointsize>
382         <weight>75</weight>
383         <bold>true</bold>
384        </font>
385       </property>
386       <property name="text">
387        <string>0</string>
388       </property>
389      </widget>
390      <widget class="QLabel" name="labelMeasureTabSpeedHeader">
391       <property name="geometry">
392        <rect>
393         <x>20</x>
394         <y>160</y>
395         <width>81</width>
396         <height>41</height>
397        </rect>
398       </property>
399       <property name="font">
400        <font>
401         <family>Bitstream Charter</family>
402         <pointsize>14</pointsize>
403        </font>
404       </property>
405       <property name="text">
406        <string>Speed:</string>
407       </property>
408      </widget>
409      <widget class="QLabel" name="labelMeasureTabSpeed">
410       <property name="geometry">
411        <rect>
412         <x>129</x>
413         <y>160</y>
414         <width>51</width>
415         <height>41</height>
416        </rect>
417       </property>
418       <property name="font">
419        <font>
420         <family>Bitstream Charter</family>
421         <pointsize>24</pointsize>
422         <weight>75</weight>
423         <bold>true</bold>
424        </font>
425       </property>
426       <property name="text">
427        <string>0</string>
428       </property>
429      </widget>
430      <widget class="QLabel" name="labelMeasureTabResultHeader_2">
431       <property name="geometry">
432        <rect>
433         <x>470</x>
434         <y>60</y>
435         <width>71</width>
436         <height>61</height>
437        </rect>
438       </property>
439       <property name="font">
440        <font>
441         <family>Bitstream Charter</family>
442         <pointsize>14</pointsize>
443        </font>
444       </property>
445       <property name="text">
446        <string>Time:</string>
447       </property>
448      </widget>
449      <widget class="QLabel" name="labelMeasureTabResult">
450       <property name="geometry">
451        <rect>
452         <x>570</x>
453         <y>60</y>
454         <width>61</width>
455         <height>61</height>
456        </rect>
457       </property>
458       <property name="font">
459        <font>
460         <family>Bitstream Charter</family>
461         <pointsize>24</pointsize>
462         <weight>75</weight>
463         <bold>true</bold>
464        </font>
465       </property>
466       <property name="text">
467        <string>0</string>
468       </property>
469      </widget>
470      <widget class="QPushButton" name="pushButtonShowResultDialog">
471       <property name="geometry">
472        <rect>
473         <x>470</x>
474         <y>140</y>
475         <width>161</width>
476         <height>71</height>
477        </rect>
478       </property>
479       <property name="text">
480        <string>Show diagram</string>
481       </property>
482      </widget>
483     </widget>
484     <widget class="QWidget" name="tab">
485      <attribute name="title">
486       <string>Route</string>
487      </attribute>
488      <widget class="QCheckBox" name="gpsOnCheckBox">
489       <property name="geometry">
490        <rect>
491         <x>20</x>
492         <y>20</y>
493         <width>191</width>
494         <height>41</height>
495        </rect>
496       </property>
497       <property name="font">
498        <font>
499         <family>Bitstream Charter</family>
500         <pointsize>16</pointsize>
501         <weight>75</weight>
502         <bold>true</bold>
503        </font>
504       </property>
505       <property name="text">
506        <string>GPS on</string>
507       </property>
508       <property name="iconSize">
509        <size>
510         <width>16</width>
511         <height>16</height>
512        </size>
513       </property>
514      </widget>
515      <widget class="QPushButton" name="startRecPushButton">
516       <property name="geometry">
517        <rect>
518         <x>10</x>
519         <y>80</y>
520         <width>201</width>
521         <height>61</height>
522        </rect>
523       </property>
524       <property name="font">
525        <font>
526         <family>Bitstream Charter</family>
527         <pointsize>16</pointsize>
528         <weight>75</weight>
529         <bold>true</bold>
530        </font>
531       </property>
532       <property name="text">
533        <string>Start recording</string>
534       </property>
535      </widget>
536      <widget class="QPushButton" name="drawRoutePushButton">
537       <property name="geometry">
538        <rect>
539         <x>10</x>
540         <y>160</y>
541         <width>201</width>
542         <height>61</height>
543        </rect>
544       </property>
545       <property name="font">
546        <font>
547         <family>Bitstream Charter</family>
548         <pointsize>16</pointsize>
549         <weight>75</weight>
550         <bold>true</bold>
551        </font>
552       </property>
553       <property name="text">
554        <string>Draw route</string>
555       </property>
556      </widget>
557      <widget class="QWidget" name="layoutWidget">
558       <property name="geometry">
559        <rect>
560         <x>310</x>
561         <y>16</y>
562         <width>461</width>
563         <height>291</height>
564        </rect>
565       </property>
566       <layout class="QVBoxLayout" name="verticalLayout">
567        <item>
568         <widget class="QLabel" name="labelRouteTabGPSStatus">
569          <property name="text">
570           <string>GPS Status</string>
571          </property>
572         </widget>
573        </item>
574        <item>
575         <widget class="QLabel" name="labelRouteTabGPSUpdateTime">
576          <property name="text">
577           <string>GPS Update time</string>
578          </property>
579         </widget>
580        </item>
581        <item>
582         <widget class="QLabel" name="labelRouteTabGPSTime">
583          <property name="text">
584           <string>GPS Time</string>
585          </property>
586         </widget>
587        </item>
588        <item>
589         <widget class="QLabel" name="labelRouteTabLatitude">
590          <property name="text">
591           <string>Latitude</string>
592          </property>
593         </widget>
594        </item>
595        <item>
596         <widget class="QLabel" name="labelRouteTabLongitude">
597          <property name="text">
598           <string>Longitude</string>
599          </property>
600         </widget>
601        </item>
602        <item>
603         <widget class="QLabel" name="labelRouteTabSpeed">
604          <property name="text">
605           <string>Speed</string>
606          </property>
607         </widget>
608        </item>
609        <item>
610         <widget class="QLabel" name="labelRouteTabAcceleration">
611          <property name="text">
612           <string>Acceleration</string>
613          </property>
614         </widget>
615        </item>
616        <item>
617         <widget class="QLabel" name="labelRouteTabRecStatus">
618          <property name="text">
619           <string>Rec status</string>
620          </property>
621         </widget>
622        </item>
623       </layout>
624      </widget>
625      <widget class="QPushButton" name="sendRoutePushButton">
626       <property name="geometry">
627        <rect>
628         <x>10</x>
629         <y>240</y>
630         <width>201</width>
631         <height>61</height>
632        </rect>
633       </property>
634       <property name="font">
635        <font>
636         <family>Bitstream Charter</family>
637         <pointsize>16</pointsize>
638         <weight>75</weight>
639         <bold>true</bold>
640        </font>
641       </property>
642       <property name="text">
643        <string>Send route</string>
644       </property>
645      </widget>
646     </widget>
647    </widget>
648    <widget class="QPushButton" name="registratePushButton">
649     <property name="geometry">
650      <rect>
651       <x>520</x>
652       <y>370</y>
653       <width>231</width>
654       <height>41</height>
655      </rect>
656     </property>
657     <property name="text">
658      <string>Registrate</string>
659     </property>
660    </widget>
661    <widget class="QLabel" name="labelInfoToUser">
662     <property name="geometry">
663      <rect>
664       <x>20</x>
665       <y>370</y>
666       <width>461</width>
667       <height>41</height>
668      </rect>
669     </property>
670     <property name="text">
671      <string/>
672     </property>
673    </widget>
674   </widget>
675   <widget class="QMenuBar" name="menuBar">
676    <property name="geometry">
677     <rect>
678      <x>0</x>
679      <y>0</y>
680      <width>800</width>
681      <height>25</height>
682     </rect>
683    </property>
684   </widget>
685   <widget class="QToolBar" name="mainToolBar">
686    <attribute name="toolBarArea">
687     <enum>TopToolBarArea</enum>
688    </attribute>
689    <attribute name="toolBarBreak">
690     <bool>false</bool>
691    </attribute>
692   </widget>
693   <widget class="QStatusBar" name="statusBar"/>
694  </widget>
695  <layoutdefault spacing="6" margin="11"/>
696  <resources/>
697  <connections/>
698 </ui>