Bump version to 0.9.0
[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>778</width>
10     <height>458</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="QFrame" name="filterFrame">
23       <property name="frameShape">
24        <enum>QFrame::NoFrame</enum>
25       </property>
26       <property name="frameShadow">
27        <enum>QFrame::Raised</enum>
28       </property>
29       <property name="lineWidth">
30        <number>0</number>
31       </property>
32       <layout class="QHBoxLayout" name="horizontalLayout">
33        <property name="margin">
34         <number>0</number>
35        </property>
36        <item>
37         <widget class="QLineEdit" name="filterEdit">
38          <property name="sizePolicy">
39           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
40            <horstretch>1</horstretch>
41            <verstretch>0</verstretch>
42           </sizepolicy>
43          </property>
44         </widget>
45        </item>
46        <item>
47         <widget class="QToolButton" name="filterClear"/>
48        </item>
49       </layout>
50      </widget>
51     </item>
52    </layout>
53   </widget>
54   <widget class="QMenuBar" name="menuBar">
55    <property name="geometry">
56     <rect>
57      <x>0</x>
58      <y>0</y>
59      <width>778</width>
60      <height>42</height>
61     </rect>
62    </property>
63    <widget class="QMenu" name="menuView">
64     <property name="title">
65      <string>View</string>
66     </property>
67     <addaction name="sortByNameAction"/>
68     <addaction name="sortByDistanceAction"/>
69     <addaction name="sortRecentFirstAction"/>
70     <addaction name="separator"/>
71     <addaction name="showSettingsAction"/>
72     <addaction name="showAboutAction"/>
73    </widget>
74    <addaction name="menuView"/>
75   </widget>
76   <action name="sortByDistanceAction">
77    <property name="checkable">
78     <bool>true</bool>
79    </property>
80    <property name="text">
81     <string>Near</string>
82    </property>
83    <property name="toolTip">
84     <string>Show near stations first</string>
85    </property>
86   </action>
87   <action name="sortByNameAction">
88    <property name="checkable">
89     <bool>true</bool>
90    </property>
91    <property name="text">
92     <string>ABC</string>
93    </property>
94    <property name="toolTip">
95     <string>Sort stations by name</string>
96    </property>
97   </action>
98   <action name="showSettingsAction">
99    <property name="text">
100     <string>Settings</string>
101    </property>
102   </action>
103   <action name="showAboutAction">
104    <property name="text">
105     <string>About</string>
106    </property>
107   </action>
108   <action name="sortRecentFirstAction">
109    <property name="checkable">
110     <bool>true</bool>
111    </property>
112    <property name="text">
113     <string>Recent</string>
114    </property>
115    <property name="toolTip">
116     <string>Show recently checked stations first</string>
117    </property>
118   </action>
119  </widget>
120  <layoutdefault spacing="6" margin="11"/>
121  <resources/>
122  <connections/>
123 </ui>