Routesavedialog: Start/stop button added and satellite picture blinking.
[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>480</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <widget class="QPushButton" name="buttonRouteStartStop">
17    <property name="geometry">
18     <rect>
19      <x>600</x>
20      <y>170</y>
21      <width>130</width>
22      <height>130</height>
23     </rect>
24    </property>
25    <property name="text">
26     <string>Start</string>
27    </property>
28   </widget>
29   <widget class="QLabel" name="labelRouteSatellitePicture">
30    <property name="geometry">
31     <rect>
32      <x>190</x>
33      <y>150</y>
34      <width>100</width>
35      <height>100</height>
36     </rect>
37    </property>
38    <property name="text">
39     <string>Satellite</string>
40    </property>
41    <property name="alignment">
42     <set>Qt::AlignCenter</set>
43    </property>
44   </widget>
45   <widget class="QLabel" name="labelRouteSatelliteStatus">
46    <property name="geometry">
47     <rect>
48      <x>110</x>
49      <y>280</y>
50      <width>251</width>
51      <height>51</height>
52     </rect>
53    </property>
54    <property name="text">
55     <string>Satellite status</string>
56    </property>
57    <property name="alignment">
58     <set>Qt::AlignCenter</set>
59    </property>
60   </widget>
61  </widget>
62  <resources/>
63  <connections/>
64 </ui>