FinishedPage Class
(QInstaller::FinishedPage)The FinishedPage class completes the installation wizard. More...
Header: | #include <FinishedPage> |
Inherits: | PackageManagerPage |
Public Functions
FinishedPage(PackageManagerCore *core) |
- 14 public functions inherited from QInstaller::PackageManagerPage
Public Slots
void | cleanupChangedConnects() |
void | handleFinishClicked() |
Reimplemented Protected Functions
- 6 protected functions inherited from QInstaller::PackageManagerPage
Additional Inherited Members
- 2 signals inherited from QInstaller::PackageManagerPage
- 6 protected functions inherited from QInstaller::PackageManagerPage
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.