switched from QTreeWidget to QTreeView

This commit is contained in:
Herwig Birke
2018-11-07 17:42:15 +01:00
parent 8f63d174f3
commit b057e1d73a
20 changed files with 217 additions and 229 deletions
+6 -21
View File
@@ -53,28 +53,13 @@
</layout>
</item>
<item>
<widget class="QTreeWidget" name="m_lpResults">
<property name="columnCount">
<number>3</number>
<widget class="QTreeView" name="m_lpResults">
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
<column>
<property name="text">
<string notr="true">2</string>
</property>
</column>
<column>
<property name="text">
<string notr="true">3</string>
</property>
</column>
</widget>
</item>
</layout>