Mercurial > hg > Feedworm
changeset 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 | 11036eabbc46 |
children | e59d722439b5 |
files | Ui_MainWindow.ui |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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>