bind transactionmodel

This commit is contained in:
Wladimir J. van der Laan
2011-05-27 08:20:23 +02:00
parent 8968bf2e36
commit 213f763630
5 changed files with 229 additions and 9 deletions

View File

@@ -32,6 +32,9 @@
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
@@ -65,6 +68,9 @@
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>