Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QAbstractHeader class allows developers to replace the "Header" portion of the Phone UI. More...
#include <QAbstractHeader>
Inherits QWidget.
Inherited by PhoneHeader.
The QAbstractHeader class allows developers to replace the "Header" portion of the Phone UI.
The QAbstractHeader interface is part of the server widgets framework and allows developers to replace the standard header in the Qt Extended phone UI. 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.
The QAbstractHeader interface is marked as singleton interface. For more details about the concept of singleton server widgets refer to the server widget documentation.
This class is part of the Qt Extended server and cannot be used by other Qt Extended applications.
Constructs a new QAbstractHeader instance, with the specified parent and widget flags.
Destroys the asbtract header.
Return the size that needs to be reserved for the header on the screen in order to display it properly.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |