|
@ -50,12 +50,16 @@ Dialog { |
|
|
|
|
|
|
|
|
ColumnLayout { |
|
|
ColumnLayout { |
|
|
anchors.fill: parent |
|
|
anchors.fill: parent |
|
|
|
|
|
spacing: 0 |
|
|
|
|
|
|
|
|
SwipeView { |
|
|
SwipeView { |
|
|
id: pages |
|
|
id: pages |
|
|
Layout.fillWidth: true |
|
|
Layout.fillWidth: true |
|
|
|
|
|
Layout.fillHeight: true |
|
|
interactive: false |
|
|
interactive: false |
|
|
|
|
|
|
|
|
|
|
|
clip:true |
|
|
|
|
|
|
|
|
function prev() { |
|
|
function prev() { |
|
|
currentIndex = currentIndex - 1 |
|
|
currentIndex = currentIndex - 1 |
|
|
_setWizardData(pages.contentChildren[currentIndex].wizard_data) |
|
|
_setWizardData(pages.contentChildren[currentIndex].wizard_data) |
|
|