Add QML UI for displaying the overview
[pywienerlinien] / pyWienerLinien.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>800</width>
10     <height>480</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>pyWienerLinien</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <property name="sizePolicy">
18     <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
19      <horstretch>0</horstretch>
20      <verstretch>0</verstretch>
21     </sizepolicy>
22    </property>
23    <layout class="QGridLayout" name="gridLayout_3">
24     <item row="5" column="1">
25      <widget class="QPushButton" name="btnSearch">
26       <property name="sizePolicy">
27        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
28         <horstretch>0</horstretch>
29         <verstretch>0</verstretch>
30        </sizepolicy>
31       </property>
32       <property name="text">
33        <string>Search</string>
34       </property>
35      </widget>
36     </item>
37     <item row="3" column="1">
38      <widget class="QComboBox" name="comboDestination">
39       <item>
40        <property name="text">
41         <string>Haltestelle</string>
42        </property>
43       </item>
44       <item>
45        <property name="text">
46         <string>Adresse</string>
47        </property>
48       </item>
49       <item>
50        <property name="text">
51         <string>POI</string>
52        </property>
53       </item>
54      </widget>
55     </item>
56     <item row="1" column="0" rowspan="2">
57      <widget class="QLabel" name="label">
58       <property name="sizePolicy">
59        <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
60         <horstretch>0</horstretch>
61         <verstretch>0</verstretch>
62        </sizepolicy>
63       </property>
64       <property name="text">
65        <string>Start</string>
66       </property>
67      </widget>
68     </item>
69     <item row="3" column="0" rowspan="2">
70      <widget class="QLabel" name="label_2">
71       <property name="sizePolicy">
72        <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
73         <horstretch>0</horstretch>
74         <verstretch>0</verstretch>
75        </sizepolicy>
76       </property>
77       <property name="text">
78        <string>Ziel</string>
79       </property>
80      </widget>
81     </item>
82     <item row="2" column="1">
83      <widget class="QComboBox" name="editOrigin">
84       <property name="sizePolicy">
85        <sizepolicy hsizetype="Ignored" vsizetype="Fixed">
86         <horstretch>0</horstretch>
87         <verstretch>0</verstretch>
88        </sizepolicy>
89       </property>
90       <property name="editable">
91        <bool>true</bool>
92       </property>
93       <property name="insertPolicy">
94        <enum>QComboBox::NoInsert</enum>
95       </property>
96      </widget>
97     </item>
98     <item row="4" column="1">
99      <widget class="QComboBox" name="editDestination">
100       <property name="sizePolicy">
101        <sizepolicy hsizetype="Ignored" vsizetype="Fixed">
102         <horstretch>0</horstretch>
103         <verstretch>0</verstretch>
104        </sizepolicy>
105       </property>
106       <property name="editable">
107        <bool>true</bool>
108       </property>
109       <property name="insertPolicy">
110        <enum>QComboBox::NoInsert</enum>
111       </property>
112      </widget>
113     </item>
114     <item row="1" column="1">
115      <widget class="QComboBox" name="comboOrigin">
116       <item>
117        <property name="text">
118         <string>Haltestelle</string>
119        </property>
120       </item>
121       <item>
122        <property name="text">
123         <string>Adresse</string>
124        </property>
125       </item>
126       <item>
127        <property name="text">
128         <string>POI</string>
129        </property>
130       </item>
131      </widget>
132     </item>
133    </layout>
134   </widget>
135   <widget class="QMenuBar" name="menubar">
136    <property name="geometry">
137     <rect>
138      <x>0</x>
139      <y>0</y>
140      <width>800</width>
141      <height>25</height>
142     </rect>
143    </property>
144    <widget class="QMenu" name="menuHelp">
145     <property name="title">
146      <string>Help</string>
147     </property>
148     <addaction name="actionAbout"/>
149    </widget>
150    <addaction name="menuHelp"/>
151   </widget>
152   <action name="actionAbout">
153    <property name="text">
154     <string>About</string>
155    </property>
156   </action>
157  </widget>
158  <resources/>
159  <connections/>
160 </ui>