Updated qmake file, bumped version
[quandoparte] / application / stationlistview.ui
index 79ed0a4..b9db599 100644 (file)
@@ -6,18 +6,49 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>786</width>
-    <height>466</height>
+    <width>778</width>
+    <height>458</height>
    </rect>
   </property>
   <property name="windowTitle">
-   <string/>
+   <string>Station List</string>
   </property>
   <widget class="QWidget" name="centralWidget">
    <layout class="QVBoxLayout" name="verticalLayout">
     <item>
      <widget class="QListView" name="listView"/>
     </item>
+    <item>
+     <widget class="QFrame" name="filterFrame">
+      <property name="frameShape">
+       <enum>QFrame::NoFrame</enum>
+      </property>
+      <property name="frameShadow">
+       <enum>QFrame::Raised</enum>
+      </property>
+      <property name="lineWidth">
+       <number>0</number>
+      </property>
+      <layout class="QHBoxLayout" name="horizontalLayout">
+       <property name="margin">
+        <number>0</number>
+       </property>
+       <item>
+        <widget class="QLineEdit" name="filterEdit">
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+           <horstretch>1</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+        </widget>
+       </item>
+       <item>
+        <widget class="QToolButton" name="filterClear"/>
+       </item>
+      </layout>
+     </widget>
+    </item>
    </layout>
   </widget>
   <widget class="QMenuBar" name="menuBar">
@@ -25,8 +56,8 @@
     <rect>
      <x>0</x>
      <y>0</y>
-     <width>786</width>
-     <height>25</height>
+     <width>778</width>
+     <height>42</height>
     </rect>
    </property>
    <widget class="QMenu" name="menuView">
@@ -34,7 +65,7 @@
      <string>View</string>
     </property>
     <addaction name="sortByNameAction"/>
-    <addaction name="sortNearFirstAction"/>
+    <addaction name="sortByDistanceAction"/>
     <addaction name="sortRecentFirstAction"/>
     <addaction name="separator"/>
     <addaction name="showSettingsAction"/>
@@ -42,7 +73,7 @@
    </widget>
    <addaction name="menuView"/>
   </widget>
-  <action name="sortNearFirstAction">
+  <action name="sortByDistanceAction">
    <property name="checkable">
     <bool>true</bool>
    </property>