ReadyForInstallationPage Class
(QInstaller::ReadyForInstallationPage)The ReadyForInstallationPage class informs end users that the installation can begin. More...
Header: | #include <ReadyForInstallationPage> |
Inherits: | QInstaller::PackageManagerPage |
Public Functions
ReadyForInstallationPage(PackageManagerCore *core) |
- 14 public functions inherited from QInstaller::PackageManagerPage
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 ReadyForInstallationPage class informs end users that the installation can begin.
Member Function Documentation
ReadyForInstallationPage::ReadyForInstallationPage(PackageManagerCore *core)
Constructs a ready for installation page with core as parent.
[virtual protected]
void ReadyForInstallationPage::entering()
Reimplemented from 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.
[virtual protected]
void ReadyForInstallationPage::leaving()
Reimplemented from PackageManagerPage::leaving().
Called when end users leave the page and the PackageManagerGui:currentPageChanged() signal is triggered.