QInstaller::FinishedPage Class
class QInstaller::FinishedPageThe FinishedPage class completes the installation wizard. More...
Header: | #include <FinishedPage> |
Inherits: | QInstaller::PackageManagerPage |
Public Functions
FinishedPage(QInstaller::PackageManagerCore *core) |
Public Slots
void | cleanupChangedConnects() |
void | handleFinishClicked() |
Reimplemented Protected Functions
Member Function Documentation
[explicit]
FinishedPage::FinishedPage(QInstaller::PackageManagerCore *core)
Constructs an installation finished page with core as parent.
[slot]
void FinishedPage::cleanupChangedConnects()
Removes changed connects from the page.
[override virtual protected]
void FinishedPage::entering()
Reimplements: 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.
[override virtual protected]
void FinishedPage::leaving()
Reimplements: PackageManagerPage::leaving().
Called when end users leave the page and the PackageManagerGui:currentPageChanged() signal is triggered.
© 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.