Make table sortable. Fixes #10962

This commit is contained in:
pcav 2014-07-28 15:41:47 +02:00
parent 200a3431e9
commit bdd67836a2

View File

@ -47,7 +47,11 @@
</widget>
</item>
<item>
<widget class="QTableWidget" name="mOthersTable"/>
<widget class="QTableWidget" name="mOthersTable">
<property name="sortingEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">