integrating cpp wallet mockups with QML

This commit is contained in:
Ilya Kitaev
2016-02-24 13:25:20 +03:00
parent 1195a89d06
commit 625041df18
11 changed files with 172 additions and 36 deletions

View File

@@ -183,9 +183,10 @@ Item {
FileDialog {
id: fileDialog
selectMultiple: false
title: "Please choose a file"
selectFolder: true
title: "Please choose a directory"
onAccepted: {
fileUrlInput.text = fileDialog.fileUrl
fileUrlInput.text = fileDialog.folder
fileDialog.visible = false
}
onRejected: {