WIP: Add User Agreement page and fixes

This commit is contained in:
Lipu Fei 2019-02-27 15:28:39 +01:00
parent ac012e8f09
commit 14fdf68871
7 changed files with 97 additions and 25 deletions

View file

@ -21,10 +21,19 @@ Window
height: 600 // TODO
color: "transparent"
property alias currentStep: stepPanel.currentStep
StepPanel
{
id: stepPanel
currentStep: 0
model: CuraApplication.getWelcomePagesModel()
}
// Close this dialog when there's no more page to show
Connections
{
target: stepPanel
onPassLastPage: close()
}
}