Added title for gps tracking dialog
[speedfreak] / Client / resultdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ResultDialog</class>
4  <widget class="QDialog" name="ResultDialog">
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>Results</string>
15   </property>
16   <widget class="QLabel" name="labelResult10kmh">
17    <property name="geometry">
18     <rect>
19      <x>520</x>
20      <y>245</y>
21      <width>191</width>
22      <height>31</height>
23     </rect>
24    </property>
25    <property name="text">
26     <string>0 - 10 km/h: 5,6 s</string>
27    </property>
28   </widget>
29   <widget class="QLabel" name="labelResult40kmh">
30    <property name="geometry">
31     <rect>
32      <x>520</x>
33      <y>170</y>
34      <width>191</width>
35      <height>31</height>
36     </rect>
37    </property>
38    <property name="text">
39     <string>0 - 40 km/h: 9,8 s</string>
40    </property>
41   </widget>
42   <widget class="QLabel" name="labelResult20kmh">
43    <property name="geometry">
44     <rect>
45      <x>520</x>
46      <y>220</y>
47      <width>191</width>
48      <height>31</height>
49     </rect>
50    </property>
51    <property name="text">
52     <string>0 - 20 km/h: 6,9 s</string>
53    </property>
54   </widget>
55   <widget class="QLabel" name="labelResult30kmh">
56    <property name="geometry">
57     <rect>
58      <x>520</x>
59      <y>195</y>
60      <width>191</width>
61      <height>31</height>
62     </rect>
63    </property>
64    <property name="text">
65     <string>0 - 30 km/h: 8,6 s</string>
66    </property>
67   </widget>
68   <widget class="QPushButton" name="pushButtonSend">
69    <property name="geometry">
70     <rect>
71      <x>510</x>
72      <y>280</y>
73      <width>131</width>
74      <height>71</height>
75     </rect>
76    </property>
77    <property name="font">
78     <font>
79      <family>Bitstream Charter</family>
80      <pointsize>9</pointsize>
81     </font>
82    </property>
83    <property name="text">
84     <string>Send to server</string>
85    </property>
86   </widget>
87   <widget class="QLabel" name="labelResult80kmh">
88    <property name="geometry">
89     <rect>
90      <x>520</x>
91      <y>70</y>
92      <width>191</width>
93      <height>31</height>
94     </rect>
95    </property>
96    <property name="text">
97     <string>0 - 80 km/h: 9,8 s</string>
98    </property>
99   </widget>
100   <widget class="QLabel" name="labelResult70kmh">
101    <property name="geometry">
102     <rect>
103      <x>520</x>
104      <y>95</y>
105      <width>191</width>
106      <height>31</height>
107     </rect>
108    </property>
109    <property name="text">
110     <string>0 - 70 km/h: 8,6 s</string>
111    </property>
112   </widget>
113   <widget class="QLabel" name="labelResult60kmh">
114    <property name="geometry">
115     <rect>
116      <x>520</x>
117      <y>120</y>
118      <width>191</width>
119      <height>31</height>
120     </rect>
121    </property>
122    <property name="text">
123     <string>0 - 60 km/h: 6,9 s</string>
124    </property>
125   </widget>
126   <widget class="QLabel" name="labelResult50kmh">
127    <property name="geometry">
128     <rect>
129      <x>520</x>
130      <y>145</y>
131      <width>191</width>
132      <height>31</height>
133     </rect>
134    </property>
135    <property name="text">
136     <string>0 - 50 km/h: 5,6 s</string>
137    </property>
138   </widget>
139   <widget class="QLabel" name="labelResult90kmh">
140    <property name="geometry">
141     <rect>
142      <x>520</x>
143      <y>45</y>
144      <width>191</width>
145      <height>31</height>
146     </rect>
147    </property>
148    <property name="text">
149     <string>0 - 90 km/h: 8,6 s</string>
150    </property>
151   </widget>
152   <widget class="QLabel" name="labelResult100kmh">
153    <property name="geometry">
154     <rect>
155      <x>520</x>
156      <y>20</y>
157      <width>191</width>
158      <height>31</height>
159     </rect>
160    </property>
161    <property name="text">
162     <string>0 - 100 km/h: 9,8 s</string>
163    </property>
164   </widget>
165   <widget class="QPushButton" name="pushButtonNew">
166    <property name="geometry">
167     <rect>
168      <x>660</x>
169      <y>280</y>
170      <width>131</width>
171      <height>71</height>
172     </rect>
173    </property>
174    <property name="text">
175     <string>New run</string>
176    </property>
177   </widget>
178  </widget>
179  <resources/>
180  <connections/>
181 </ui>