buttons QML Type

Provides buttons that can be used on installer pages. More...

Import Statement: import scripting .

Properties

Detailed Description

You can use a set of standard buttons and some custom buttons on the installer pages. For more information about the buttons used by default on each installer page, see Controller Scripting.

Property Documentation

QWizard : enumeration

Specifies the buttons on an installer page.

ConstantDescription
buttons.BackButtonThe Back button (Go Back on OS X.)
buttons.NextButtonThe Next button (Continue on OS X.)
buttons.CommitButtonThe Commit button.
buttons.FinishButtonThe Finish button (Done on OS X.)
buttons.CancelButtonThe Cancel button.
buttons.HelpButtonThe Help button.
buttons.CustomButton1A custom button.
buttons.CustomButton2A custom button.
buttons.CustomButton3A custom button.

See also Controller Scripting.