Add mining screen

We want to make it easy for people to mine
This commit is contained in:
moneromooo.monero
2016-12-28 21:20:05 +00:00
parent 1cd7dd622f
commit 94e8f3ac4c
6 changed files with 233 additions and 29 deletions

View File

@@ -51,6 +51,7 @@ Rectangle {
property History historyView: History { }
property Sign signView: Sign { }
property Settings settingsView: Settings { }
property Mining miningView: Mining { }
property AddressBook addressBookView: AddressBook { }
@@ -143,7 +144,7 @@ Rectangle {
PropertyChanges { target: root; currentView: settingsView }
}, State {
name: "Mining"
PropertyChanges { /*TODO*/ }
PropertyChanges { target: root; currentView: miningView }
}
]