Initial version
[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>786</width>
10     <height>466</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <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    </layout>
22   </widget>
23   <widget class="QMenuBar" name="menuBar">
24    <property name="geometry">
25     <rect>
26      <x>0</x>
27      <y>0</y>
28      <width>786</width>
29      <height>25</height>
30     </rect>
31    </property>
32    <widget class="QMenu" name="menuView">
33     <property name="title">
34      <string>View</string>
35     </property>
36     <addaction name="sortByNameAction"/>
37     <addaction name="sortNearFirstAction"/>
38     <addaction name="sortRecentFirstAction"/>
39     <addaction name="separator"/>
40     <addaction name="showSettingsAction"/>
41     <addaction name="showAboutAction"/>
42    </widget>
43    <addaction name="menuView"/>
44   </widget>
45   <action name="sortNearFirstAction">
46    <property name="checkable">
47     <bool>true</bool>
48    </property>
49    <property name="text">
50     <string>Near</string>
51    </property>
52    <property name="toolTip">
53     <string>Show near stations first</string>
54    </property>
55   </action>
56   <action name="sortByNameAction">
57    <property name="checkable">
58     <bool>true</bool>
59    </property>
60    <property name="text">
61     <string>ABC</string>
62    </property>
63    <property name="toolTip">
64     <string>Sort stations by name</string>
65    </property>
66   </action>
67   <action name="showSettingsAction">
68    <property name="text">
69     <string>Settings</string>
70    </property>
71   </action>
72   <action name="showAboutAction">
73    <property name="text">
74     <string>About</string>
75    </property>
76   </action>
77   <action name="sortRecentFirstAction">
78    <property name="checkable">
79     <bool>true</bool>
80    </property>
81    <property name="text">
82     <string>Recent</string>
83    </property>
84    <property name="toolTip">
85     <string>Show recently checked stations first</string>
86    </property>
87   </action>
88  </widget>
89  <layoutdefault spacing="6" margin="11"/>
90  <resources/>
91  <connections/>
92 </ui>