Display placefiles in settings view

This commit is contained in:
Dan Paulat 2023-07-23 00:14:48 -05:00
parent 157500e20a
commit 014ea9d39e
6 changed files with 279 additions and 4 deletions

View file

@ -15,7 +15,14 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTreeView" name="placefileView"/>
<widget class="QTreeView" name="placefileView">
<property name="indentation">
<number>0</number>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QFrame" name="buttonFrame">