Rename StepPanel to WizardPanel

This commit is contained in:
Lipu Fei 2019-03-26 11:06:43 +01:00
parent 60be55802e
commit fd0a60f8dc
2 changed files with 5 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Window
property alias currentStep: stepPanel.currentStep
StepPanel
WizardPanel
{
id: stepPanel
anchors.fill: parent

View File

@ -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