142401a510c89500d022322e47ad838159d666ff
[speedfreak] / UI / carmainwindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CarMainWindow</class>
4  <widget class="QMainWindow" name="CarMainWindow">
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>CarMainWindow</string>
15   </property>
16   <widget class="QWidget" name="centralWidget">
17    <widget class="QTabWidget" name="tabWidget">
18     <property name="geometry">
19      <rect>
20       <x>10</x>
21       <y>0</y>
22       <width>781</width>
23       <height>365</height>
24      </rect>
25     </property>
26     <property name="currentIndex">
27      <number>0</number>
28     </property>
29     <widget class="QWidget" name="StartTab">
30      <attribute name="title">
31       <string>Start</string>
32      </attribute>
33      <widget class="QWidget" name="layoutWidget">
34       <property name="geometry">
35        <rect>
36         <x>590</x>
37         <y>220</y>
38         <width>171</width>
39         <height>91</height>
40        </rect>
41       </property>
42       <layout class="QVBoxLayout" name="verticalLayout">
43        <item>
44         <widget class="QPushButton" name="autoStartButton">
45          <property name="font">
46           <font>
47            <family>Bitstream Charter</family>
48            <pointsize>16</pointsize>
49            <weight>75</weight>
50            <bold>true</bold>
51           </font>
52          </property>
53          <property name="text">
54           <string>Auto start</string>
55          </property>
56         </widget>
57        </item>
58        <item>
59         <widget class="QPushButton" name="manualStartButton">
60          <property name="font">
61           <font>
62            <family>Bitstream Charter</family>
63            <pointsize>16</pointsize>
64            <weight>75</weight>
65            <bold>true</bold>
66           </font>
67          </property>
68          <property name="text">
69           <string>Manual start</string>
70          </property>
71         </widget>
72        </item>
73       </layout>
74      </widget>
75      <widget class="QListView" name="listView">
76       <property name="geometry">
77        <rect>
78         <x>0</x>
79         <y>10</y>
80         <width>261</width>
81         <height>301</height>
82        </rect>
83       </property>
84      </widget>
85      <widget class="QWidget" name="">
86       <property name="geometry">
87        <rect>
88         <x>270</x>
89         <y>10</y>
90         <width>311</width>
91         <height>301</height>
92        </rect>
93       </property>
94       <layout class="QVBoxLayout" name="verticalLayout_2">
95        <item>
96         <widget class="QLabel" name="startLabel">
97          <property name="text">
98           <string>Start:</string>
99          </property>
100         </widget>
101        </item>
102        <item>
103         <widget class="QLineEdit" name="minLineEdit"/>
104        </item>
105        <item>
106         <widget class="QLabel" name="stopLabel">
107          <property name="text">
108           <string>Stop:</string>
109          </property>
110         </widget>
111        </item>
112        <item>
113         <widget class="QLineEdit" name="maxLineEdit"/>
114        </item>
115        <item>
116         <widget class="QLabel" name="unitLabel">
117          <property name="text">
118           <string>Unit:</string>
119          </property>
120         </widget>
121        </item>
122        <item>
123         <widget class="QComboBox" name="unitComboBox"/>
124        </item>
125       </layout>
126      </widget>
127     </widget>
128     <widget class="QWidget" name="settingsTab">
129      <attribute name="title">
130       <string>Settings</string>
131      </attribute>
132     </widget>
133    </widget>
134    <widget class="QWidget" name="">
135     <property name="geometry">
136      <rect>
137       <x>10</x>
138       <y>370</y>
139       <width>781</width>
140       <height>41</height>
141      </rect>
142     </property>
143     <layout class="QHBoxLayout" name="horizontalLayout">
144      <item>
145       <widget class="QPushButton" name="view1Button">
146        <property name="text">
147         <string>View1</string>
148        </property>
149       </widget>
150      </item>
151      <item>
152       <widget class="QPushButton" name="view2Button">
153        <property name="text">
154         <string>View2</string>
155        </property>
156       </widget>
157      </item>
158      <item>
159       <widget class="QPushButton" name="view3Button">
160        <property name="text">
161         <string>View3</string>
162        </property>
163       </widget>
164      </item>
165      <item>
166       <widget class="QPushButton" name="view4Button">
167        <property name="text">
168         <string>View4</string>
169        </property>
170       </widget>
171      </item>
172     </layout>
173    </widget>
174   </widget>
175   <widget class="QMenuBar" name="menuBar">
176    <property name="geometry">
177     <rect>
178      <x>0</x>
179      <y>0</y>
180      <width>800</width>
181      <height>27</height>
182     </rect>
183    </property>
184   </widget>
185   <widget class="QToolBar" name="mainToolBar">
186    <attribute name="toolBarArea">
187     <enum>TopToolBarArea</enum>
188    </attribute>
189    <attribute name="toolBarBreak">
190     <bool>false</bool>
191    </attribute>
192   </widget>
193   <widget class="QStatusBar" name="statusBar"/>
194  </widget>
195  <layoutdefault spacing="6" margin="11"/>
196  <resources/>
197  <connections/>
198 </ui>