StartMenuDirectoryPage Class
class QInstaller::StartMenuDirectoryPageThe StartMenuDirectoryPage class specifies the program group for the product in the Windows Start menu. More...
Header: | #include <StartMenuDirectoryPage> |
Inherits: | QInstaller::PackageManagerPage |
Public Functions
StartMenuDirectoryPage(PackageManagerCore *core) | |
void | setStartMenuDir(const QString &startMenuDir) |
QString | startMenuDir() const |
Reimplemented Protected Functions
virtual void | leaving() override |
Detailed Description
Member Function Documentation
StartMenuDirectoryPage::StartMenuDirectoryPage(PackageManagerCore *core)
Constructs a Start menu directory selection page with core as parent.
[override virtual protected]
void StartMenuDirectoryPage::leaving()
Reimplements: 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().