mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-01 08:14:22 +08:00
Rename StepPanel to WizardPanel
This commit is contained in:
parent
60be55802e
commit
fd0a60f8dc
@ -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…
x
Reference in New Issue
Block a user