diff Ui_MainWindow.ui @ 98:3be484078991

do not display grid for the feed entry table view so it looks the same as the feed list
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 28 Dec 2010 03:57:13 +0100
parents 397688da3d28
children 063581d8594e
line wrap: on
line diff
--- a/Ui_MainWindow.ui	Tue Dec 28 03:56:45 2010 +0100
+++ b/Ui_MainWindow.ui	Tue Dec 28 03:57:13 2010 +0100
@@ -43,6 +43,9 @@
         <property name="selectionBehavior">
          <enum>QAbstractItemView::SelectRows</enum>
         </property>
+        <property name="showGrid">
+         <bool>false</bool>
+        </property>
         <attribute name="verticalHeaderVisible">
          <bool>false</bool>
         </attribute>