6eaa8b6dd53b5199a2141e9211fa94172820bdd5
[ptas] / zouba / qt / zouba.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MainWindow</class>
4  <widget class="QMainWindow" name="MainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>640</width>
10     <height>480</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>ZuoBa</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <widget class="QWidget" name="verticalLayoutWidget">
18     <property name="geometry">
19      <rect>
20       <x>0</x>
21       <y>0</y>
22       <width>230</width>
23       <height>82</height>
24      </rect>
25     </property>
26     <layout class="QVBoxLayout" name="verticalLayout">
27      <item>
28       <layout class="QFormLayout" name="formLayout">
29        <property name="fieldGrowthPolicy">
30         <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
31        </property>
32        <item row="1" column="0">
33         <widget class="QLabel" name="TimeLabel">
34          <property name="text">
35           <string>Time</string>
36          </property>
37         </widget>
38        </item>
39        <item row="1" column="1">
40         <widget class="QLabel" name="TimeDisplay">
41          <property name="text">
42           <string>TimeDisplay</string>
43          </property>
44         </widget>
45        </item>
46        <item row="2" column="0">
47         <widget class="QLabel" name="BusNoLabel">
48          <property name="text">
49           <string>BusNo</string>
50          </property>
51         </widget>
52        </item>
53        <item row="2" column="1">
54         <widget class="QLabel" name="BusNoDisplay">
55          <property name="text">
56           <string>BusNoDisplay</string>
57          </property>
58         </widget>
59        </item>
60        <item row="0" column="0" colspan="2">
61         <layout class="QHBoxLayout" name="horizontalLayout">
62          <item>
63           <widget class="QPushButton" name="pushButton_2">
64            <property name="text">
65             <string>Work</string>
66            </property>
67           </widget>
68          </item>
69          <item>
70           <widget class="QPushButton" name="pushButton">
71            <property name="text">
72             <string>Home</string>
73            </property>
74           </widget>
75          </item>
76         </layout>
77        </item>
78       </layout>
79      </item>
80     </layout>
81    </widget>
82   </widget>
83   <widget class="QMenuBar" name="menubar">
84    <property name="geometry">
85     <rect>
86      <x>0</x>
87      <y>0</y>
88      <width>640</width>
89      <height>25</height>
90     </rect>
91    </property>
92   </widget>
93   <widget class="QStatusBar" name="statusbar"/>
94  </widget>
95  <resources/>
96  <connections/>
97 </ui>