src/document.ui

changeset 51
1a9eac27698d
parent 21
0133e565e072
child 81
62373840e33a
--- a/src/document.ui	Fri Feb 07 02:02:16 2020 +0200
+++ b/src/document.ui	Fri Feb 07 23:59:06 2020 +0200
@@ -19,7 +19,17 @@
      <property name="orientation">
       <enum>Qt::Horizontal</enum>
      </property>
-     <widget class="QListView" name="listView"/>
+     <widget class="QListView" name="listView">
+      <property name="alternatingRowColors">
+       <bool>true</bool>
+      </property>
+      <property name="selectionMode">
+       <enum>QAbstractItemView::ExtendedSelection</enum>
+      </property>
+      <property name="selectionBehavior">
+       <enum>QAbstractItemView::SelectRows</enum>
+      </property>
+     </widget>
      <widget class="QFrame" name="viewportFrame">
       <property name="frameShape">
        <enum>QFrame::StyledPanel</enum>

mercurial