diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-04 11:43:36 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-04 11:43:36 -0500 |
| commit | e263d3049acd7e296ad87f2ac91318b37bf33f2f (patch) | |
| tree | c296ae5f5fa6e61df27dd2b4698d9ab025fab69d /src/mainwindow.ui | |
| parent | 472aa02068f59451ecda724775b097c864d56624 (diff) | |
keyboard nav for filter list, alternating row colors
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 0520db84..309e9f62 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -79,6 +79,9 @@ <property name="contextMenuPolicy"> <enum>Qt::NoContextMenu</enum> </property> + <property name="alternatingRowColors"> + <bool>true</bool> + </property> <property name="selectionMode"> <enum>QAbstractItemView::NoSelection</enum> </property> @@ -91,6 +94,9 @@ <property name="uniformRowHeights"> <bool>true</bool> </property> + <property name="allColumnsShowFocus"> + <bool>true</bool> + </property> <property name="headerHidden"> <bool>true</bool> </property> |
