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>386</width>
10     <height>265</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>ZuoBa</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <widget class="QPushButton" name="sethomeaddress">
18     <property name="geometry">
19      <rect>
20       <x>220</x>
21       <y>120</y>
22       <width>151</width>
23       <height>41</height>
24      </rect>
25     </property>
26     <property name="text">
27      <string>Set Home</string>
28     </property>
29    </widget>
30    <widget class="QPushButton" name="setworkaddress">
31     <property name="geometry">
32      <rect>
33       <x>220</x>
34       <y>190</y>
35       <width>151</width>
36       <height>41</height>
37      </rect>
38     </property>
39     <property name="text">
40      <string>Set Work</string>
41     </property>
42    </widget>
43    <widget class="QLineEdit" name="homeaddress">
44     <property name="geometry">
45      <rect>
46       <x>10</x>
47       <y>110</y>
48       <width>201</width>
49       <height>61</height>
50      </rect>
51     </property>
52    </widget>
53    <widget class="QLineEdit" name="workaddress">
54     <property name="geometry">
55      <rect>
56       <x>10</x>
57       <y>180</y>
58       <width>201</width>
59       <height>61</height>
60      </rect>
61     </property>
62    </widget>
63    <widget class="QLabel" name="busnolabel">
64     <property name="geometry">
65      <rect>
66       <x>10</x>
67       <y>80</y>
68       <width>151</width>
69       <height>21</height>
70      </rect>
71     </property>
72     <property name="text">
73      <string>BusNo</string>
74     </property>
75    </widget>
76    <widget class="QLabel" name="busnodisplay">
77     <property name="geometry">
78      <rect>
79       <x>170</x>
80       <y>80</y>
81       <width>187</width>
82       <height>18</height>
83      </rect>
84     </property>
85     <property name="text">
86      <string>BusNoDisplay</string>
87     </property>
88    </widget>
89    <widget class="QLabel" name="timedisplay">
90     <property name="geometry">
91      <rect>
92       <x>170</x>
93       <y>50</y>
94       <width>187</width>
95       <height>18</height>
96      </rect>
97     </property>
98     <property name="text">
99      <string>TimeDisplay</string>
100     </property>
101    </widget>
102    <widget class="QLabel" name="timelabel">
103     <property name="geometry">
104      <rect>
105       <x>10</x>
106       <y>50</y>
107       <width>141</width>
108       <height>21</height>
109      </rect>
110     </property>
111     <property name="text">
112      <string>Time</string>
113     </property>
114    </widget>
115    <widget class="QPushButton" name="route">
116     <property name="geometry">
117      <rect>
118       <x>80</x>
119       <y>0</y>
120       <width>224</width>
121       <height>41</height>
122      </rect>
123     </property>
124     <property name="text">
125      <string>Home-&gt;Work</string>
126     </property>
127    </widget>
128   </widget>
129  </widget>
130  <resources/>
131  <connections/>
132 </ui>