sign/verify message/file

This commit is contained in:
moneromooo.monero
2016-11-08 10:06:34 +00:00
parent 68736ab834
commit 472f559332
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 }