Merge pull request #133

472f559 sign/verify message/file (moneromooo.monero)
This commit is contained in:
Riccardo Spagni
2016-11-11 12:43:52 +02:00
7 changed files with 599 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ Rectangle {
property Receive receiveView: Receive { }
property TxKey txkeyView: TxKey { }
property History historyView: History { }
property Sign signView: Sign { }
property Settings settingsView: Settings { }
@@ -117,6 +118,9 @@ Rectangle {
}, State {
name: "AddressBook"
PropertyChanges { /*TODO*/ }
}, State {
name: "Sign"
PropertyChanges { target: root; currentView: signView }
}, State {
name: "Settings"
PropertyChanges { target: root; currentView: settingsView }