Enable layer filtering, and update moving to handle the proxy model

This commit is contained in:
Dan Paulat 2023-10-18 21:22:07 -05:00
parent b3d75b10ca
commit ddad68253a
2 changed files with 130 additions and 35 deletions

View file

@ -50,7 +50,7 @@
<bool>true</bool>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::ContiguousSelection</enum>
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
<property name="indentation">
<number>0</number>
@ -176,7 +176,7 @@
<number>0</number>
</property>
<item>
<widget class="QLineEdit" name="lineEdit">
<widget class="QLineEdit" name="layerFilter">
<property name="placeholderText">
<string>Filter</string>
</property>