moved the platform-specific android code for the new ui
This commit is contained in:
parent
5b8a0881b7
commit
0a1359ed16
31 changed files with 854 additions and 764 deletions
|
@ -61,16 +61,18 @@ PageType {
|
|||
leftImageSource: "qrc:/images/controls/folder-open.svg"
|
||||
|
||||
clickedFunction: function() {
|
||||
onClicked: fileDialog.open()
|
||||
// onClicked: fileDialog.open()
|
||||
ImportController.extractConfigFromFile()
|
||||
goToPage(PageEnum.PageSetupWizardViewConfig)
|
||||
}
|
||||
|
||||
FileDialog {
|
||||
id: fileDialog
|
||||
onAccepted: {
|
||||
ImportController.extractConfigFromFile(selectedFile)
|
||||
goToPage(PageEnum.PageSetupWizardViewConfig)
|
||||
}
|
||||
}
|
||||
// FileDialog {
|
||||
// id: fileDialog
|
||||
// onAccepted: {
|
||||
// ImportController.extractConfigFromFile(selectedFile)
|
||||
// goToPage(PageEnum.PageSetupWizardViewConfig)
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
DividerType {}
|
||||
|
@ -84,6 +86,8 @@ PageType {
|
|||
leftImageSource: "qrc:/images/controls/qr-code.svg"
|
||||
|
||||
clickedFunction: function() {
|
||||
ImportController.extractConfigFromQr()
|
||||
// goToPage(PageEnum.PageSetupWizardQrReader)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue