|
|
|
@ -159,18 +159,6 @@ ElDialog { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
ColumnLayout { |
|
|
|
|
|
|
|
Layout.alignment: Qt.AlignHCenter | Qt.AlignBottom |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PageIndicator { |
|
|
|
|
|
|
|
id: indicator |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Layout.alignment: Qt.AlignHCenter |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
count: pages.count |
|
|
|
|
|
|
|
currentIndex: pages.currentIndex |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ButtonContainer { |
|
|
|
ButtonContainer { |
|
|
|
Layout.fillWidth: true |
|
|
|
Layout.fillWidth: true |
|
|
|
|
|
|
|
|
|
|
|
@ -206,8 +194,6 @@ ElDialog { |
|
|
|
onClicked: pages.finish() |
|
|
|
onClicked: pages.finish() |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|