Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

ApplicationLauncherView Class Reference
[QtBaseModule]

The ApplicationLauncherView class provides a specialized view for application lists. More...

    #include <ApplicationLauncherView>

Inherits LauncherView.

Public Functions

Additional Inherited Members


Detailed Description

The ApplicationLauncherView class provides a specialized view for application lists.

It allows the user to browse through a list of applications and starts the selected application if required.

This class is part of the Qt Extended server and cannot be used by other Qt Extended applications.

See also LauncherView.


Member Function Documentation

ApplicationLauncherView::ApplicationLauncherView ( QWidget * parent = 0, Qt::WFlags flags = 0 )

Creates a new ApplicationLauncherView class with the given parent and flags. To increase the component separation an instance of this class should be created via LauncherView::createLauncherView().

    LauncherView* view = LauncherView::createLauncherView("ApplicationLauncherView", p, fl);


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3