buttons
Provides buttons that can be used on installer pages. More...
Properties
- QWizard : enumeration
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.
Constant | Description |
---|---|
buttons.BackButton | The Back button (Go Back on macOS.) |
buttons.NextButton | The Next button (Continue on macOS.) |
buttons.CommitButton | The Commit button. |
buttons.FinishButton | The Finish button (Done on macOS.) |
buttons.CancelButton | The Cancel button. |
buttons.HelpButton | The Help button. |
buttons.CustomButton1 | A custom button. |
buttons.CustomButton2 | A custom button. |
buttons.CustomButton3 | A custom button. |
See also Controller Scripting.
© 2021 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. The Qt Company, Qt and their respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.