Wizard: restore from keys

This commit is contained in:
Jaquee
2017-01-26 21:54:31 +01:00
parent b3232dc26f
commit c5c2a40ef5
7 changed files with 240 additions and 181 deletions

View File

@@ -29,10 +29,12 @@
import QtQuick 2.2
import Qt.labs.settings 1.0
import QtQuick.Dialogs 1.2
import QtQuick.Layouts 1.2
import "../components"
Rectangle {
GridLayout {
anchors.fill: parent
id: wizard
property alias nextButton : nextButton
property var settings : ({})
@@ -53,9 +55,9 @@ Rectangle {
signal wizardRestarted();
signal useMoneroClicked()
signal openWalletFromFileClicked()
border.color: "#DBDBDB"
border.width: 1
color: "#FFFFFF"
// border.color: "#DBDBDB"
// border.width: 1
// color: "#FFFFFF"
function restart(){
wizard.currentPage = 0;