Initial Commit
[uktrainplanner] / src / stationchooser.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>StationChooser</class>
4  <widget class="QDialog" name="StationChooser">
5   <property name="windowModality">
6    <enum>Qt::WindowModal</enum>
7   </property>
8   <property name="geometry">
9    <rect>
10     <x>0</x>
11     <y>0</y>
12     <width>800</width>
13     <height>480</height>
14    </rect>
15   </property>
16   <property name="windowTitle">
17    <string>Station Chooser</string>
18   </property>
19   <layout class="QVBoxLayout" name="verticalLayout">
20    <item>
21     <widget class="QLineEdit" name="lineEdit"/>
22    </item>
23    <item>
24     <widget class="QListWidget" name="listWidget"/>
25    </item>
26    <item>
27     <widget class="QDialogButtonBox" name="buttonBox">
28      <property name="orientation">
29       <enum>Qt::Horizontal</enum>
30      </property>
31      <property name="standardButtons">
32       <set>QDialogButtonBox::Ok</set>
33      </property>
34     </widget>
35    </item>
36   </layout>
37  </widget>
38  <resources/>
39  <connections>
40   <connection>
41    <sender>lineEdit</sender>
42    <signal>textEdited(QString)</signal>
43    <receiver>StationChooser</receiver>
44    <slot>typing(QString)</slot>
45    <hints>
46     <hint type="sourcelabel">
47      <x>60</x>
48      <y>23</y>
49     </hint>
50     <hint type="destinationlabel">
51      <x>4</x>
52      <y>40</y>
53     </hint>
54    </hints>
55   </connection>
56   <connection>
57    <sender>buttonBox</sender>
58    <signal>accepted()</signal>
59    <receiver>StationChooser</receiver>
60    <slot>accept()</slot>
61    <hints>
62     <hint type="sourcelabel">
63      <x>752</x>
64      <y>461</y>
65     </hint>
66     <hint type="destinationlabel">
67      <x>797</x>
68      <y>338</y>
69     </hint>
70    </hints>
71   </connection>
72  </connections>
73  <slots>
74   <slot>typing(QString)</slot>
75  </slots>
76 </ui>