QInstaller QML Type
Provides access to the installer status and pages from Qt Script. More...
Import Statement: | import scripting |
Properties
- WizardPage : enumeration
- status : enumeration
Detailed Description
For more information about using the QInstaller
object in control scripts, see Controller Scripting.
For examples of using the pages to support end user workflows, see End User Workflows.
Property Documentation
WizardPage : enumeration |
The installer has various pre-defined pages that can be used to for example insert pages in a certain place:
Constant | Description |
---|---|
QInstaller.Introduction | Introduction Page |
QInstaller.TargetDirectory | Target Directory Page |
QInstaller.ComponentSelection | Component Selection Page |
QInstaller.LicenseCheck | License Agreement Page |
QInstaller.StartMenuSelection | Start Menu Directory Page |
QInstaller.ReadyForInstallation | Ready for Installation Page |
QInstaller.PerformInstallation | Perform Installation Page |
QInstaller.InstallationFinished | Finished Page |
status : enumeration |
Status of the installer.
Possible values are:
Constant | Description |
---|---|
QInstaller.Success | Installation was successful. |
QInstaller.Failure | Installation failed. |
QInstaller.Running | Installation is in progress. |
QInstaller.Canceled | Installation was canceled. |
QInstaller.Unfinished | Installation was not completed. |
QInstaller.ForceUpdate |
© 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.