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

QAbstractHeader Class Reference
[QtUiModule]

The QAbstractHeader class allows developers to replace the "Header" portion of the Phone UI. More...

    #include <QAbstractHeader>

Inherits QWidget.

Inherited by PhoneHeader.

Public Functions

Additional Inherited Members


Detailed Description

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.


Member Function Documentation

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

Constructs a new QAbstractHeader instance, with the specified parent and widget flags.

QAbstractHeader::~QAbstractHeader ()   [virtual]

Destroys the asbtract header.

QSize QAbstractHeader::reservedSize () const   [pure virtual]

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