cda5b055782f439e2ef7f5ccf6f84b70feabb90a
[speedfreak] / Client / measuredialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MeasureDialog</class>
4  <widget class="QDialog" name="MeasureDialog">
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="QLabel" name="label_7">
17    <property name="geometry">
18     <rect>
19      <x>130</x>
20      <y>40</y>
21      <width>361</width>
22      <height>51</height>
23     </rect>
24    </property>
25    <property name="text">
26     <string>Selected measurement: 0 - 100 km/h</string>
27    </property>
28   </widget>
29   <widget class="QWidget" name="layoutWidget">
30    <property name="geometry">
31     <rect>
32      <x>110</x>
33      <y>120</y>
34      <width>271</width>
35      <height>151</height>
36     </rect>
37    </property>
38    <layout class="QHBoxLayout" name="horizontalLayout">
39     <item>
40      <layout class="QVBoxLayout" name="verticalLayout">
41       <item>
42        <widget class="QLabel" name="label">
43         <property name="text">
44          <string>Time:</string>
45         </property>
46        </widget>
47       </item>
48       <item>
49        <widget class="QLabel" name="label_2">
50         <property name="text">
51          <string>Speed:</string>
52         </property>
53        </widget>
54       </item>
55       <item>
56        <widget class="QLabel" name="label_3">
57         <property name="text">
58          <string>Distance:</string>
59         </property>
60        </widget>
61       </item>
62      </layout>
63     </item>
64     <item>
65      <layout class="QVBoxLayout" name="verticalLayout_2">
66       <item>
67        <widget class="QLabel" name="label_6">
68         <property name="text">
69          <string>14 s</string>
70         </property>
71        </widget>
72       </item>
73       <item>
74        <widget class="QLabel" name="label_4">
75         <property name="text">
76          <string>86 km/h</string>
77         </property>
78        </widget>
79       </item>
80       <item>
81        <widget class="QLabel" name="label_5">
82         <property name="text">
83          <string>120 m</string>
84         </property>
85        </widget>
86       </item>
87      </layout>
88     </item>
89    </layout>
90   </widget>
91   <widget class="QPushButton" name="pushButtonAbort">
92    <property name="geometry">
93     <rect>
94      <x>200</x>
95      <y>300</y>
96      <width>93</width>
97      <height>27</height>
98     </rect>
99    </property>
100    <property name="text">
101     <string>Abort</string>
102    </property>
103   </widget>
104  </widget>
105  <resources/>
106  <connections/>
107 </ui>