Feature: Show average speed in realtime.
[speedfreak] / Client / routesavedialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>RouteSaveDialog</class>
4  <widget class="QDialog" name="RouteSaveDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>380</height>
11    </rect>
12   </property>
13   <property name="font">
14    <font>
15     <family>Bitstream Charter</family>
16     <weight>75</weight>
17     <bold>true</bold>
18    </font>
19   </property>
20   <property name="windowTitle">
21    <string>Route</string>
22   </property>
23   <property name="windowIcon">
24    <iconset resource="graphics.qrc">
25     <normaloff>:/new/prefix1/Graphics/route.png</normaloff>:/new/prefix1/Graphics/route.png</iconset>
26   </property>
27   <widget class="QPushButton" name="buttonRouteStartStop">
28    <property name="geometry">
29     <rect>
30      <x>650</x>
31      <y>170</y>
32      <width>130</width>
33      <height>130</height>
34     </rect>
35    </property>
36    <property name="text">
37     <string/>
38    </property>
39    <property name="icon">
40     <iconset resource="graphics.qrc">
41      <normaloff>:/new/prefix1/Graphics/route_start.png</normaloff>:/new/prefix1/Graphics/route_start.png</iconset>
42    </property>
43    <property name="iconSize">
44     <size>
45      <width>125</width>
46      <height>125</height>
47     </size>
48    </property>
49    <property name="autoRepeat">
50     <bool>false</bool>
51    </property>
52   </widget>
53   <widget class="QLabel" name="labelRouteSatellitePicture">
54    <property name="geometry">
55     <rect>
56      <x>200</x>
57      <y>60</y>
58      <width>80</width>
59      <height>80</height>
60     </rect>
61    </property>
62    <property name="autoFillBackground">
63     <bool>true</bool>
64    </property>
65    <property name="text">
66     <string/>
67    </property>
68    <property name="pixmap">
69     <pixmap resource="graphics.qrc">:/new/prefix1/Graphics/satellite_vista.png</pixmap>
70    </property>
71    <property name="scaledContents">
72     <bool>true</bool>
73    </property>
74    <property name="alignment">
75     <set>Qt::AlignCenter</set>
76    </property>
77   </widget>
78   <widget class="QLabel" name="labelRouteSatelliteStatus">
79    <property name="geometry">
80     <rect>
81      <x>90</x>
82      <y>80</y>
83      <width>301</width>
84      <height>51</height>
85     </rect>
86    </property>
87    <property name="font">
88     <font>
89      <pointsize>12</pointsize>
90     </font>
91    </property>
92    <property name="text">
93     <string>Satellite status</string>
94    </property>
95    <property name="alignment">
96     <set>Qt::AlignCenter</set>
97    </property>
98   </widget>
99   <widget class="QLabel" name="labelRoutePicture">
100    <property name="geometry">
101     <rect>
102      <x>200</x>
103      <y>170</y>
104      <width>80</width>
105      <height>80</height>
106     </rect>
107    </property>
108    <property name="autoFillBackground">
109     <bool>true</bool>
110    </property>
111    <property name="text">
112     <string/>
113    </property>
114    <property name="pixmap">
115     <pixmap resource="graphics.qrc">:/new/prefix1/Graphics/route.png</pixmap>
116    </property>
117    <property name="scaledContents">
118     <bool>true</bool>
119    </property>
120    <property name="alignment">
121     <set>Qt::AlignCenter</set>
122    </property>
123   </widget>
124   <widget class="QLabel" name="labelRouteStatus">
125    <property name="geometry">
126     <rect>
127      <x>90</x>
128      <y>190</y>
129      <width>301</width>
130      <height>51</height>
131     </rect>
132    </property>
133    <property name="font">
134     <font>
135      <pointsize>12</pointsize>
136     </font>
137    </property>
138    <property name="autoFillBackground">
139     <bool>false</bool>
140    </property>
141    <property name="text">
142     <string>Route status</string>
143    </property>
144    <property name="alignment">
145     <set>Qt::AlignCenter</set>
146    </property>
147   </widget>
148   <widget class="QLabel" name="labelGpsSpeed">
149    <property name="geometry">
150     <rect>
151      <x>540</x>
152      <y>40</y>
153      <width>241</width>
154      <height>91</height>
155     </rect>
156    </property>
157    <property name="font">
158     <font>
159      <pointsize>36</pointsize>
160     </font>
161    </property>
162    <property name="text">
163     <string>GPS speed</string>
164    </property>
165    <property name="alignment">
166     <set>Qt::AlignCenter</set>
167    </property>
168   </widget>
169   <widget class="QLabel" name="label">
170    <property name="geometry">
171     <rect>
172      <x>0</x>
173      <y>230</y>
174      <width>150</width>
175      <height>150</height>
176     </rect>
177    </property>
178    <property name="text">
179     <string/>
180    </property>
181    <property name="pixmap">
182     <pixmap resource="graphics.qrc">:/new/prefix1/Graphics/sf_2.png</pixmap>
183    </property>
184   </widget>
185   <widget class="QLabel" name="labelUserInfo">
186    <property name="geometry">
187     <rect>
188      <x>200</x>
189      <y>320</y>
190      <width>501</width>
191      <height>41</height>
192     </rect>
193    </property>
194    <property name="text">
195     <string>User info label</string>
196    </property>
197   </widget>
198   <widget class="QLabel" name="labelSignalStrength">
199    <property name="geometry">
200     <rect>
201      <x>550</x>
202      <y>10</y>
203      <width>151</width>
204      <height>51</height>
205     </rect>
206    </property>
207    <property name="text">
208     <string>labelSignalStrength</string>
209    </property>
210   </widget>
211   <widget class="QPushButton" name="pushButtonInfo">
212    <property name="geometry">
213     <rect>
214      <x>750</x>
215      <y>0</y>
216      <width>50</width>
217      <height>50</height>
218     </rect>
219    </property>
220    <property name="text">
221     <string/>
222    </property>
223    <property name="icon">
224     <iconset resource="graphics.qrc">
225      <normaloff>:/new/prefix1/Graphics/info.png</normaloff>:/new/prefix1/Graphics/info.png</iconset>
226    </property>
227    <property name="iconSize">
228     <size>
229      <width>45</width>
230      <height>45</height>
231     </size>
232    </property>
233   </widget>
234   <widget class="QLabel" name="labelGpsAvgSpeed">
235    <property name="geometry">
236     <rect>
237      <x>540</x>
238      <y>100</y>
239      <width>241</width>
240      <height>91</height>
241     </rect>
242    </property>
243    <property name="font">
244     <font>
245      <pointsize>20</pointsize>
246     </font>
247    </property>
248    <property name="text">
249     <string>GPS avg speed</string>
250    </property>
251    <property name="alignment">
252     <set>Qt::AlignCenter</set>
253    </property>
254   </widget>
255  </widget>
256  <resources>
257   <include location="graphics.qrc"/>
258  </resources>
259  <connections/>
260 </ui>