QInstaller

Provides access to the installer status and pages from Qt Script. More...

Properties

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:

ConstantDescription
QInstaller.IntroductionIntroduction Page
QInstaller.TargetDirectoryTarget Directory Page
QInstaller.ComponentSelectionComponent Selection Page
QInstaller.LicenseCheckLicense Agreement Page
QInstaller.StartMenuSelectionStart Menu Directory Page
QInstaller.ReadyForInstallationReady for Installation Page
QInstaller.PerformInstallationPerform Installation Page
QInstaller.InstallationFinishedFinished Page

status : enumeration

Status of the installer.

Possible values are:

ConstantDescription
QInstaller.SuccessInstallation was successful.
QInstaller.FailureInstallation failed.
QInstaller.RunningInstallation is in progress.
QInstaller.CanceledInstallation was canceled.
QInstaller.UnfinishedInstallation 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.