StartMenuDirectoryPage Class

(QInstaller::StartMenuDirectoryPage)

The 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()

Additional Inherited Members

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().