Skip to content
Permalink
Browse files
Make table sortable. Fixes #10962
  • Loading branch information
pcav committed Jul 28, 2014
1 parent 200a343 commit bdd6783
Showing 1 changed file with 5 additions and 1 deletion.
@@ -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">

0 comments on commit bdd6783

Please sign in to comment.