FinishedPage Class

(QInstaller::FinishedPage)

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

Header: #include <FinishedPage>
Inherits: PackageManagerPage

Public Functions

FinishedPage(PackageManagerCore *core)

Public Slots

Reimplemented Protected Functions

virtual void entering()
virtual void leaving()

Additional Inherited Members

Detailed Description

The FinishedPage class completes the installation wizard.

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

Member Function Documentation

FinishedPage::FinishedPage(PackageManagerCore *core)

Constructs an installation finished page with core as parent.

[slot] void FinishedPage::cleanupChangedConnects()

Removes changed connects from the page.

[virtual protected] void FinishedPage::entering()

Reimplemented from PackageManagerPage::entering().

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

[slot] void FinishedPage::handleFinishClicked()

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

[virtual protected] void FinishedPage::leaving()

Reimplemented from PackageManagerPage::leaving().

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