Skip to content

Commit

Permalink
Make table sortable. Fixes #10962
Browse files Browse the repository at this point in the history
  • Loading branch information
pcav committed Jul 28, 2014
1 parent 200a343 commit bdd6783
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/ui/qgsloadstylefromdbdialog.ui
Expand Up @@ -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">
Expand Down

0 comments on commit bdd6783

Please sign in to comment.