QInstaller::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(QInstaller::PackageManagerCore *core) | |
void | setStartMenuDir(const QString &startMenuDir) |
QString | startMenuDir() const |
Reimplemented Protected Functions
virtual void | leaving() override |
Member Function Documentation
[explicit]
StartMenuDirectoryPage::StartMenuDirectoryPage(QInstaller::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().
© 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.