ReadyForInstallationPage Class
class QInstaller::ReadyForInstallationPageThe ReadyForInstallationPage class informs end users that the installation can begin. More...
Header: | #include <ReadyForInstallationPage> |
Inherits: | QInstaller::PackageManagerPage |
Public Functions
ReadyForInstallationPage(QInstaller::PackageManagerCore *core) |
Reimplemented Protected Functions
Detailed Description
Member Function Documentation
ReadyForInstallationPage::ReadyForInstallationPage(QInstaller::PackageManagerCore *core)
Constructs a ready for installation page with core as parent.
[override virtual protected]
void ReadyForInstallationPage::entering()
Reimplements: PackageManagerPage::entering().
Initializes the page's fields based on values from fields on previous pages. The text to display depends on whether the page is being used in an installer, updater, or uninstaller.
[override virtual protected]
void ReadyForInstallationPage::leaving()
Reimplements: PackageManagerPage::leaving().
Called when end users leave the page and the PackageManagerGui:currentPageChanged() signal is triggered.