[Qt] Add sorting feature to the requested payments table

This commit is contained in:
Cozz Lovan
2014-01-18 00:01:14 +01:00
parent 8476d5d407
commit 4d901023b7
4 changed files with 52 additions and 2 deletions

View File

@@ -207,7 +207,11 @@
</widget>
</item>
<item>
<widget class="QTableView" name="recentRequestsView"/>
<widget class="QTableView" name="recentRequestsView">
<property name="sortingEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">