mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
Rename StepPanel to WizardPanel
This commit is contained in:
parent
60be55802e
commit
fd0a60f8dc
2 changed files with 5 additions and 1 deletions
|
@ -26,7 +26,7 @@ Window
|
|||
|
||||
property alias currentStep: stepPanel.currentStep
|
||||
|
||||
StepPanel
|
||||
WizardPanel
|
||||
{
|
||||
id: stepPanel
|
||||
anchors.fill: parent
|
||||
|
|
|
@ -10,6 +10,10 @@ import Cura 1.1 as Cura
|
|||
import "../Widgets"
|
||||
|
||||
|
||||
//
|
||||
// This item is a wizard panel that contains a progress bar at the top and a content area that's beneath the progress
|
||||
// bar.
|
||||
//
|
||||
Item
|
||||
{
|
||||
id: base
|
Loading…
Add table
Add a link
Reference in a new issue