FinishedPage Class

class QInstaller::FinishedPage

The FinishedPage class completes the installation wizard. More...

Header: #include <FinishedPage>
Inherits: QInstaller::PackageManagerPage

Public Functions

FinishedPage(QInstaller::PackageManagerCore *core)

Public Slots

Reimplemented Protected Functions

virtual void entering() override
virtual void leaving() override

Detailed Description

You can add the option to open the installed application to the page.

Member Function Documentation

FinishedPage::FinishedPage(QInstaller::PackageManagerCore *core)

Constructs an installation finished page with core as parent.

[slot] void FinishedPage::cleanupChangedConnects()

Removes changed connects from the page.

[slot] void FinishedPage::handleFinishClicked()

Performs the necessary operations when end users select the Finish button.

[override virtual protected] void FinishedPage::entering()

Reimplements: PackageManagerPage::entering().

Initializes the page's fields based on values from fields on previous pages.

[override virtual protected] void FinishedPage::leaving()

Reimplements: PackageManagerPage::leaving().

Called when end users leave the page and the PackageManagerGui:currentPageChanged() signal is triggered.