Updated Set user & Registration
[speedfreak] / Client / 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>10</y>
22       <width>781</width>
23       <height>361</height>
24      </rect>
25     </property>
26     <property name="currentIndex">
27      <number>2</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="layoutWidget">
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="tab">
129      <attribute name="title">
130       <string>Top</string>
131      </attribute>
132      <widget class="QPushButton" name="buttonTopRefresh">
133       <property name="geometry">
134        <rect>
135         <x>20</x>
136         <y>270</y>
137         <width>169</width>
138         <height>37</height>
139        </rect>
140       </property>
141       <property name="font">
142        <font>
143         <family>Bitstream Charter</family>
144         <pointsize>16</pointsize>
145         <weight>75</weight>
146         <bold>true</bold>
147        </font>
148       </property>
149       <property name="text">
150        <string>Refresh list</string>
151       </property>
152      </widget>
153      <widget class="QListView" name="listViewTopList">
154       <property name="geometry">
155        <rect>
156         <x>360</x>
157         <y>10</y>
158         <width>411</width>
159         <height>311</height>
160        </rect>
161       </property>
162       <property name="font">
163        <font>
164         <family>Bitstream Charter</family>
165         <pointsize>10</pointsize>
166        </font>
167       </property>
168       <property name="flow">
169        <enum>QListView::LeftToRight</enum>
170       </property>
171      </widget>
172      <widget class="QWidget" name="layoutWidget">
173       <property name="geometry">
174        <rect>
175         <x>10</x>
176         <y>10</y>
177         <width>341</width>
178         <height>141</height>
179        </rect>
180       </property>
181       <layout class="QVBoxLayout" name="verticalLayout_3">
182        <item>
183         <widget class="QLabel" name="labelCategory">
184          <property name="font">
185           <font>
186            <family>Bitstream Charter</family>
187            <pointsize>16</pointsize>
188           </font>
189          </property>
190          <property name="text">
191           <string>Category:</string>
192          </property>
193         </widget>
194        </item>
195        <item>
196         <widget class="QComboBox" name="comboBoxTopCategory"/>
197        </item>
198       </layout>
199      </widget>
200      <widget class="QLabel" name="labelTopList">
201       <property name="geometry">
202        <rect>
203         <x>380</x>
204         <y>10</y>
205         <width>371</width>
206         <height>311</height>
207        </rect>
208       </property>
209       <property name="font">
210        <font>
211         <pointsize>9</pointsize>
212        </font>
213       </property>
214       <property name="text">
215        <string>TopList</string>
216       </property>
217       <property name="alignment">
218        <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
219       </property>
220      </widget>
221     </widget>
222     <widget class="QWidget" name="settingsTab">
223      <attribute name="title">
224       <string>Settings</string>
225      </attribute>
226      <widget class="QLabel" name="userNameLabel">
227       <property name="geometry">
228        <rect>
229         <x>20</x>
230         <y>30</y>
231         <width>141</width>
232         <height>17</height>
233        </rect>
234       </property>
235       <property name="text">
236        <string>User:</string>
237       </property>
238      </widget>
239      <widget class="QPushButton" name="setUserPushButton">
240       <property name="geometry">
241        <rect>
242         <x>20</x>
243         <y>60</y>
244         <width>93</width>
245         <height>27</height>
246        </rect>
247       </property>
248       <property name="text">
249        <string>Set User</string>
250       </property>
251      </widget>
252     </widget>
253    </widget>
254    <widget class="QWidget" name="layoutWidget">
255     <property name="geometry">
256      <rect>
257       <x>10</x>
258       <y>380</y>
259       <width>781</width>
260       <height>31</height>
261      </rect>
262     </property>
263     <layout class="QHBoxLayout" name="horizontalLayout">
264      <item>
265       <widget class="QPushButton" name="view1Button">
266        <property name="text">
267         <string>View1</string>
268        </property>
269       </widget>
270      </item>
271      <item>
272       <widget class="QPushButton" name="view2Button">
273        <property name="text">
274         <string>View2</string>
275        </property>
276       </widget>
277      </item>
278      <item>
279       <widget class="QPushButton" name="view3Button">
280        <property name="text">
281         <string>View3</string>
282        </property>
283       </widget>
284      </item>
285      <item>
286       <widget class="QPushButton" name="view4Button">
287        <property name="text">
288         <string>View4</string>
289        </property>
290       </widget>
291      </item>
292     </layout>
293    </widget>
294    <widget class="QPushButton" name="registratePushButton">
295     <property name="geometry">
296      <rect>
297       <x>690</x>
298       <y>0</y>
299       <width>93</width>
300       <height>27</height>
301      </rect>
302     </property>
303     <property name="text">
304      <string>Registrate</string>
305     </property>
306    </widget>
307   </widget>
308   <widget class="QMenuBar" name="menuBar">
309    <property name="geometry">
310     <rect>
311      <x>0</x>
312      <y>0</y>
313      <width>800</width>
314      <height>25</height>
315     </rect>
316    </property>
317   </widget>
318   <widget class="QToolBar" name="mainToolBar">
319    <attribute name="toolBarArea">
320     <enum>TopToolBarArea</enum>
321    </attribute>
322    <attribute name="toolBarBreak">
323     <bool>false</bool>
324    </attribute>
325   </widget>
326   <widget class="QStatusBar" name="statusBar"/>
327  </widget>
328  <layoutdefault spacing="6" margin="11"/>
329  <resources/>
330  <connections/>
331 </ui>