WizardNav: use PageIndicator in wizardProgress

This commit is contained in:
rating89us
2020-04-22 06:32:55 +02:00
committed by rating89us
parent 6f71d47806
commit 7f9b28c05f
12 changed files with 28 additions and 86 deletions

View File

@@ -189,8 +189,8 @@ Rectangle {
}
WizardNav {
progressSteps: 4
progress: 1
progressSteps: appWindow.walletMode <= 1 ? 3 : 4
progress: 0
btnNext.enabled: walletInput.verify();
btnPrev.text: qsTr("Back to menu") + translationManager.emptyString
onPrevClicked: {