Added option to show seed on settings-page

Signed-off-by: Jacob Brydolf <jacob@brydolf.net>
This commit is contained in:
Jacob Brydolf
2016-10-03 23:52:48 +02:00
committed by Ilya Kitaev
parent af70c81082
commit cd1247c292
3 changed files with 105 additions and 5 deletions

View File

@@ -37,6 +37,7 @@ Rectangle {
property Transfer transferView: Transfer { }
property Receive receiveView: Receive { }
property History historyView: History { }
property Settings settingsView: Settings { }
property Item currentView
@@ -94,7 +95,7 @@ Rectangle {
PropertyChanges { /*TODO*/ }
}, State {
name: "Settings"
PropertyChanges { /*TODO*/ }
PropertyChanges { target: root; currentView: settingsView }
}, State {
name: "Mining"
PropertyChanges { /*TODO*/ }