Implemented Station List filtering
[quandoparte] / application / stationlistview.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>StationListView</class>
4  <widget class="QMainWindow" name="StationListView">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>782</width>
10     <height>462</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Station List</string>
15   </property>
16   <widget class="QWidget" name="centralWidget">
17    <layout class="QVBoxLayout" name="verticalLayout">
18     <item>
19      <widget class="QListView" name="listView"/>
20     </item>
21     <item>
22      <widget class="QLineEdit" name="filterEdit"/>
23     </item>
24    </layout>
25   </widget>
26   <widget class="QMenuBar" name="menuBar">
27    <property name="geometry">
28     <rect>
29      <x>0</x>
30      <y>0</y>
31      <width>782</width>
32      <height>25</height>
33     </rect>
34    </property>
35    <widget class="QMenu" name="menuView">
36     <property name="title">
37      <string>View</string>
38     </property>
39     <addaction name="sortByNameAction"/>
40     <addaction name="sortNearFirstAction"/>
41     <addaction name="sortRecentFirstAction"/>
42     <addaction name="separator"/>
43     <addaction name="showSettingsAction"/>
44     <addaction name="showAboutAction"/>
45    </widget>
46    <addaction name="menuView"/>
47   </widget>
48   <action name="sortNearFirstAction">
49    <property name="checkable">
50     <bool>true</bool>
51    </property>
52    <property name="text">
53     <string>Near</string>
54    </property>
55    <property name="toolTip">
56     <string>Show near stations first</string>
57    </property>
58   </action>
59   <action name="sortByNameAction">
60    <property name="checkable">
61     <bool>true</bool>
62    </property>
63    <property name="text">
64     <string>ABC</string>
65    </property>
66    <property name="toolTip">
67     <string>Sort stations by name</string>
68    </property>
69   </action>
70   <action name="showSettingsAction">
71    <property name="text">
72     <string>Settings</string>
73    </property>
74   </action>
75   <action name="showAboutAction">
76    <property name="text">
77     <string>About</string>
78    </property>
79   </action>
80   <action name="sortRecentFirstAction">
81    <property name="checkable">
82     <bool>true</bool>
83    </property>
84    <property name="text">
85     <string>Recent</string>
86    </property>
87    <property name="toolTip">
88     <string>Show recently checked stations first</string>
89    </property>
90   </action>
91  </widget>
92  <layoutdefault spacing="6" margin="11"/>
93  <resources/>
94  <connections/>
95 </ui>