Merge pull request #3521
4d90102[Qt] Add sorting feature to the requested payments table (Cozz Lovan)8476d5d[Qt] Permanently store requested payments in wallet (Cozz Lovan)b10e147wallet: add interface for storing generic data on destinations (Wladimir J. van der Laan)
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user