mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-08 07:17:26 -04:00
Integrating TransactionHistoryModel
This commit is contained in:
@@ -37,6 +37,7 @@ Rectangle {
|
||||
property Transfer transferView: Transfer { }
|
||||
property Receive receiveView: Receive { }
|
||||
property History historyView: History { }
|
||||
|
||||
property Item currentView
|
||||
|
||||
onCurrentViewChanged: {
|
||||
@@ -81,6 +82,7 @@ Rectangle {
|
||||
}, State {
|
||||
name: "History"
|
||||
PropertyChanges { target: root; currentView: historyView }
|
||||
PropertyChanges { target: historyView; model: appWindow.currentWallet.historyModel }
|
||||
}, State {
|
||||
name: "Transfer"
|
||||
PropertyChanges { target: root; currentView: transferView }
|
||||
|
||||
Reference in New Issue
Block a user