a
[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="labelInfo">
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="labelTimeHeader">
43         <property name="text">
44          <string>Time:</string>
45         </property>
46        </widget>
47       </item>
48       <item>
49        <widget class="QLabel" name="labelSpeedHeader">
50         <property name="text">
51          <string>Speed:</string>
52         </property>
53        </widget>
54       </item>
55      </layout>
56     </item>
57     <item>
58      <layout class="QVBoxLayout" name="verticalLayout_2">
59       <item>
60        <widget class="QLabel" name="labelTime">
61         <property name="text">
62          <string>0</string>
63         </property>
64        </widget>
65       </item>
66       <item>
67        <widget class="QLabel" name="labelSpeed">
68         <property name="text">
69          <string>86 km/h</string>
70         </property>
71        </widget>
72       </item>
73      </layout>
74     </item>
75    </layout>
76   </widget>
77   <widget class="QPushButton" name="pushButtonAbort">
78    <property name="geometry">
79     <rect>
80      <x>200</x>
81      <y>300</y>
82      <width>93</width>
83      <height>27</height>
84     </rect>
85    </property>
86    <property name="text">
87     <string>Abort</string>
88    </property>
89   </widget>
90  </widget>
91  <resources/>
92  <connections/>
93 </ui>