Added a toggle button, and fields to set home and work addresses.
[ptas] / zouba / 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>231</width>
10     <height>167</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>106</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="0" column="0" colspan="2">
33         <layout class="QHBoxLayout" name="horizontalLayout">
34          <item>
35           <widget class="QPushButton" name="route">
36            <property name="text">
37             <string>Work-&gt;Home</string>
38            </property>
39           </widget>
40          </item>
41         </layout>
42        </item>
43        <item row="1" column="1">
44         <widget class="QLabel" name="timedisplay">
45          <property name="text">
46           <string>TimeDisplay</string>
47          </property>
48         </widget>
49        </item>
50        <item row="2" column="0">
51         <widget class="QLabel" name="busnolabel">
52          <property name="text">
53           <string>BusNo</string>
54          </property>
55         </widget>
56        </item>
57        <item row="1" column="0">
58         <widget class="QLabel" name="timelabel">
59          <property name="text">
60           <string>Time</string>
61          </property>
62         </widget>
63        </item>
64        <item row="2" column="1">
65         <widget class="QLabel" name="busnodisplay">
66          <property name="text">
67           <string>BusNoDisplay</string>
68          </property>
69         </widget>
70        </item>
71       </layout>
72      </item>
73     </layout>
74    </widget>
75    <widget class="QPushButton" name="sethomeaddress">
76     <property name="geometry">
77      <rect>
78       <x>130</x>
79       <y>90</y>
80       <width>92</width>
81       <height>28</height>
82      </rect>
83     </property>
84     <property name="text">
85      <string>Set Home</string>
86     </property>
87    </widget>
88    <widget class="QPushButton" name="setworkaddress">
89     <property name="geometry">
90      <rect>
91       <x>130</x>
92       <y>130</y>
93       <width>92</width>
94       <height>28</height>
95      </rect>
96     </property>
97     <property name="text">
98      <string>Set Work</string>
99     </property>
100    </widget>
101    <widget class="QLineEdit" name="homeaddress">
102     <property name="geometry">
103      <rect>
104       <x>10</x>
105       <y>90</y>
106       <width>113</width>
107       <height>26</height>
108      </rect>
109     </property>
110    </widget>
111    <widget class="QLineEdit" name="workaddress">
112     <property name="geometry">
113      <rect>
114       <x>10</x>
115       <y>130</y>
116       <width>113</width>
117       <height>26</height>
118      </rect>
119     </property>
120    </widget>
121   </widget>
122  </widget>
123  <resources/>
124  <connections/>
125 </ui>