BasicPanel: embedding/reusing "Transfer" page

This commit is contained in:
Ilya Kitaev
2016-08-10 16:21:58 +03:00
parent 983317b449
commit fc7a7ddf25
2 changed files with 29 additions and 68 deletions

View File

@@ -133,6 +133,7 @@ ApplicationWindow {
}
middlePanel.paymentClicked.connect(handlePayment);
basicPanel.paymentClicked.connect(handlePayment);
if (typeof wizard.settings['wallet'] !== 'undefined') {
@@ -397,6 +398,9 @@ ApplicationWindow {
id: basicPanel
x: 0
anchors.bottom: parent.bottom
anchors.top: parent.top
anchors.left: parent.left
anchors.right: parent.right
visible: false
}