init commit
[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>MainWindow</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="comboTarget">
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="editStart">
84       <property name="editable">
85        <bool>true</bool>
86       </property>
87       <property name="insertPolicy">
88        <enum>QComboBox::NoInsert</enum>
89       </property>
90      </widget>
91     </item>
92     <item row="4" column="1">
93      <widget class="QComboBox" name="editTarget">
94       <property name="editable">
95        <bool>true</bool>
96       </property>
97       <property name="insertPolicy">
98        <enum>QComboBox::NoInsert</enum>
99       </property>
100      </widget>
101     </item>
102     <item row="1" column="1">
103      <widget class="QComboBox" name="comboStart">
104       <item>
105        <property name="text">
106         <string>Haltestelle</string>
107        </property>
108       </item>
109       <item>
110        <property name="text">
111         <string>Adresse</string>
112        </property>
113       </item>
114       <item>
115        <property name="text">
116         <string>POI</string>
117        </property>
118       </item>
119      </widget>
120     </item>
121    </layout>
122   </widget>
123   <widget class="QMenuBar" name="menubar">
124    <property name="geometry">
125     <rect>
126      <x>0</x>
127      <y>0</y>
128      <width>800</width>
129      <height>25</height>
130     </rect>
131    </property>
132    <widget class="QMenu" name="menuHelp">
133     <property name="title">
134      <string>Help</string>
135     </property>
136     <addaction name="actionAbout"/>
137    </widget>
138    <addaction name="menuHelp"/>
139   </widget>
140   <action name="actionAbout">
141    <property name="text">
142     <string>About</string>
143    </property>
144   </action>
145  </widget>
146  <resources/>
147  <connections/>
148 </ui>