diff Ui_MainWindow.ui @ 18:35225588b895

add a list view for displaying feed entries from the selected feed
author Dirk Olmes <dirk@xanthippe.ping.de>
date Wed, 28 Apr 2010 03:46:47 +0200
parents b1aeb98824c1
children 0b8398ca6cd0
line wrap: on
line diff
--- a/Ui_MainWindow.ui	Wed Apr 28 03:37:01 2010 +0200
+++ b/Ui_MainWindow.ui	Wed Apr 28 03:46:47 2010 +0200
@@ -23,6 +23,22 @@
       <height>551</height>
      </rect>
     </property>
+    <property name="alternatingRowColors">
+     <bool>true</bool>
+    </property>
+    <property name="resizeMode">
+     <enum>QListView::Fixed</enum>
+    </property>
+   </widget>
+   <widget class="QListView" name="feedEntryList">
+    <property name="geometry">
+     <rect>
+      <x>230</x>
+      <y>0</y>
+      <width>571</width>
+      <height>111</height>
+     </rect>
+    </property>
    </widget>
   </widget>
   <widget class="QMenuBar" name="menubar">