StartMenuDirectoryPage Class
(QInstaller::StartMenuDirectoryPage)The StartMenuDirectoryPage class specifies the program group for the product in the Windows Start menu. More...
Header: | #include <StartMenuDirectoryPage> |
Inherits: | PackageManagerPage |
Public Functions
StartMenuDirectoryPage(PackageManagerCore *core) | |
void | setStartMenuDir(const QString &startMenuDir) |
QString | startMenuDir() const |
- 14 public functions inherited from QInstaller::PackageManagerPage
Reimplemented Protected Functions
virtual void | leaving() |
- 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 StartMenuDirectoryPage class specifies the program group for the product in the Windows Start menu.
Member Function Documentation
StartMenuDirectoryPage::StartMenuDirectoryPage(PackageManagerCore *core)
Constructs a Start menu directory selection page with core as parent.
[virtual protected]
void StartMenuDirectoryPage::leaving()
Reimplemented from PackageManagerPage::leaving().
Called when end users leave the page and the PackageManagerGui:currentPageChanged() signal is triggered.
void StartMenuDirectoryPage::setStartMenuDir(const QString &startMenuDir)
Sets startMenuDir as the program group for the product in the Windows Start menu.
See also startMenuDir().
QString StartMenuDirectoryPage::startMenuDir() const
Returns the program group for the product in the Windows Start menu.
See also setStartMenuDir().