Mercurial > hg > Feedworm
changeset 96:397688da3d28
when selecting a feed entry, mark the entire row as selected
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 28 Dec 2010 03:44:51 +0100 |
parents | 9bceb1bd3f33 |
children | 11036eabbc46 |
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:38:38 2010 +0100 +++ b/Ui_MainWindow.ui Tue Dec 28 03:44:51 2010 +0100 @@ -40,6 +40,9 @@ <property name="alternatingRowColors"> <bool>true</bool> </property> + <property name="selectionBehavior"> + <enum>QAbstractItemView::SelectRows</enum> + </property> <attribute name="verticalHeaderVisible"> <bool>false</bool> </attribute>