FinishedPage Class
class QInstaller::FinishedPageThe FinishedPage class completes the installation wizard. More...
Header: | #include <FinishedPage> |
Inherits: | QInstaller::PackageManagerPage |
Public Functions
FinishedPage(PackageManagerCore *core) |
Public Slots
void | cleanupChangedConnects() |
void | handleFinishClicked() |
Reimplemented Protected Functions
Detailed Description
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.
[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.