diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-05-18 03:53:20 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-05-18 03:53:20 -0400 |
| commit | 6c470aff829bed12853321c25262b84934242098 (patch) | |
| tree | f097fe3305c59554efc2ec16bb320dc1ea5efec5 /src/modinfodialog.ui | |
| parent | 47cca19109d47ccdb70c49f2bdc2e8170cd95ce3 (diff) | |
changed the top conflict treeview to support multiple selection
this required making some changes to both trees because they were sharing m_ConflictsContextItem that was set on right clicks; both trees are now independent
hide/unhide is always shown on multiple selection to avoid scanning all the selected items
Diffstat (limited to 'src/modinfodialog.ui')
| -rw-r--r-- | src/modinfodialog.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modinfodialog.ui b/src/modinfodialog.ui index 0211e704..39173a14 100644 --- a/src/modinfodialog.ui +++ b/src/modinfodialog.ui @@ -430,6 +430,9 @@ Most mods do not have optional esps, so chances are good you are looking at an e <property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
+ <property name="selectionMode">
+ <enum>QAbstractItemView::ExtendedSelection</enum>
+ </property>
<property name="textElideMode">
<enum>Qt::ElideLeft</enum>
</property>
|
