[Gui] PrefPacks - remove "type" parameter

In display, show the "tags" instead.
This commit is contained in:
Chris Hennes
2021-10-11 13:22:28 -05:00
parent abf031d4bf
commit d0b867bdd5
20 changed files with 95 additions and 158 deletions

View File

@@ -36,6 +36,9 @@
</item>
<item>
<widget class="QTreeWidget" name="treeWidget">
<property name="columnCount">
<number>1</number>
</property>
<attribute name="headerMinimumSectionSize">
<number>50</number>
</attribute>
@@ -50,11 +53,6 @@
<string>Property group templates</string>
</property>
</column>
<column>
<property name="text">
<string>Template Type</string>
</property>
</column>
</widget>
</item>
<item>