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
|
property alias currentStep: stepPanel.currentStep
|
||||||
|
|
||||||
StepPanel
|
WizardPanel
|
||||||
{
|
{
|
||||||
id: stepPanel
|
id: stepPanel
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
|
@ -10,6 +10,10 @@ import Cura 1.1 as Cura
|
||||||
import "../Widgets"
|
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
|
Item
|
||||||
{
|
{
|
||||||
id: base
|
id: base
|
Loading…
Add table
Add a link
Reference in a new issue