Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QAbstractBrowserScreen class allows developers to replace the "application browser screen" portion of the Phone UI. More...
#include <QAbstractBrowserScreen>
Inherits QWidget.
Inherited by DeskphoneBrowserScreen, GridBrowserScreen, and WheelBrowserScreen.
The QAbstractBrowserScreen class allows developers to replace the "application browser screen" portion of the Phone UI.
The application browser is part of the server widgets framework and represents the portion of the phone UI that users navigate through to launch applications or view their documents.
A small tutorial on how to develop new server widgets using one of the abstract widgets as base can be found in QAbstractServerInterface class documentation.
This class is part of the Qt Extended server and cannot be used by other Qt Extended applications.
Constructs a new QAbstractBrowserScreen instance, with the specified parent and widget flags.
Emitted whenever the user launches an application through the browser.
Returns the name of the current view.
Emitted whenever the current view changes to view. This may be caused by calls the resetToView() or moveToView(), or by user interaction with the browser.
Displays the view using any appropriate transition effects. view should be added to the end of any back or history handing list.
Displays the view immediately. Any logical back or history handling should be reset to have view as a starting point.
Returns true if the browser is capable of switching to view.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |