Acceleration dialogs added.
[speedfreak] / Client / accrealtimedialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>AccRealTimeDialog</class>
4  <widget class="QDialog" name="AccRealTimeDialog">
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>Acceleration measure in progress...</string>
15   </property>
16   <widget class="QWidget" name="horizontalLayoutWidget">
17    <property name="geometry">
18     <rect>
19      <x>450</x>
20      <y>40</y>
21      <width>211</width>
22      <height>80</height>
23     </rect>
24    </property>
25    <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,2,0">
26     <property name="spacing">
27      <number>12</number>
28     </property>
29     <item>
30      <widget class="QLabel" name="speedLabel">
31       <property name="text">
32        <string>Speed:</string>
33       </property>
34      </widget>
35     </item>
36     <item>
37      <widget class="QLabel" name="realSpeedLabel">
38       <property name="text">
39        <string>0</string>
40       </property>
41       <property name="alignment">
42        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
43       </property>
44      </widget>
45     </item>
46     <item>
47      <widget class="QLabel" name="kmhLabel">
48       <property name="text">
49        <string>km/h</string>
50       </property>
51      </widget>
52     </item>
53    </layout>
54   </widget>
55   <widget class="QWidget" name="horizontalLayoutWidget_2">
56    <property name="geometry">
57     <rect>
58      <x>450</x>
59      <y>140</y>
60      <width>211</width>
61      <height>80</height>
62     </rect>
63    </property>
64    <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,2,1">
65     <property name="spacing">
66      <number>12</number>
67     </property>
68     <item>
69      <widget class="QLabel" name="timeTextLabel">
70       <property name="text">
71        <string>Time:</string>
72       </property>
73      </widget>
74     </item>
75     <item>
76      <widget class="QLabel" name="timeLabel">
77       <property name="text">
78        <string>0</string>
79       </property>
80       <property name="alignment">
81        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
82       </property>
83      </widget>
84     </item>
85     <item>
86      <widget class="QLabel" name="secondsLabel">
87       <property name="text">
88        <string>s</string>
89       </property>
90      </widget>
91     </item>
92    </layout>
93   </widget>
94   <widget class="QPushButton" name="buttonAbort">
95    <property name="geometry">
96     <rect>
97      <x>450</x>
98      <y>240</y>
99      <width>211</width>
100      <height>51</height>
101     </rect>
102    </property>
103    <property name="text">
104     <string>Abort</string>
105    </property>
106   </widget>
107   <widget class="QLabel" name="pictureLabel">
108    <property name="geometry">
109     <rect>
110      <x>100</x>
111      <y>50</y>
112      <width>256</width>
113      <height>256</height>
114     </rect>
115    </property>
116    <property name="text">
117     <string/>
118    </property>
119    <property name="pixmap">
120     <pixmap resource="graphics.qrc">:/new/prefix1/Graphics/Speedometer .png</pixmap>
121    </property>
122    <property name="scaledContents">
123     <bool>true</bool>
124    </property>
125   </widget>
126  </widget>
127  <resources>
128   <include location="graphics.qrc"/>
129  </resources>
130  <connections/>
131 </ui>