summaryrefslogtreecommitdiff
path: root/src/mainwindow.ui
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-01-12 20:34:02 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-13 09:17:05 +0100
commitf32e74c2a78ae2fea6c1f825900287202778bf59 (patch)
treece0a1a726859a5a2c4ec1a57549b853217bd6f24 /src/mainwindow.ui
parent9e663691b0ad23faa979361facb416b7ea0fb08d (diff)
Allow extended selection in log list and implement copy.
Diffstat (limited to 'src/mainwindow.ui')
-rw-r--r--src/mainwindow.ui3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index 14cbdda1..a0900542 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -1550,6 +1550,9 @@ p, li { white-space: pre-wrap; }
<property name="alternatingRowColors">
<bool>true</bool>
</property>
+ <property name="selectionMode">
+ <enum>QAbstractItemView::ExtendedSelection</enum>
+ </property>
<property name="rootIsDecorated">
<bool>false</bool>
</property>