mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 11:21:14 -07:00
WIP: Add User Agreement page and fixes
This commit is contained in:
parent
ac012e8f09
commit
14fdf68871
7 changed files with 97 additions and 25 deletions
|
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue