diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-12 20:34:02 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-13 09:17:05 +0100 |
| commit | f32e74c2a78ae2fea6c1f825900287202778bf59 (patch) | |
| tree | ce0a1a726859a5a2c4ec1a57549b853217bd6f24 /src/mainwindow.ui | |
| parent | 9e663691b0ad23faa979361facb416b7ea0fb08d (diff) | |
Allow extended selection in log list and implement copy.
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 3 |
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> |
