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

QTaskDelegate Class Reference
[QtMessagingModule, QtPimModule, QtTelephonyModule, QtUiModule]

The QTaskDelegate class provides drawing of QTaskModel items (QTasks). More...

    #include <QTaskDelegate>

Inherits QPimDelegate.

Public Functions

Additional Inherited Members


Detailed Description

The QTaskDelegate class provides drawing of QTaskModel items (QTasks).

By using QTaskDelegate, applications using QTasks can achieve a consistent look and feel.

The tasks are presented by rendering their description() in bold text. Generally, this class will be used with a QTaskListView or other similar list view.

The following image shows three QTask objects, rendered using a QTaskDelegate and a QTaskListView:

"QTaskListView and QTaskDelegate"

See also QTask, QTaskListView, QTaskModel, and Pim Library.


Member Function Documentation

QTaskDelegate::QTaskDelegate ( QObject * parent = 0 )

Constructs a QTaskDelegate with parent parent.

QTaskDelegate::~QTaskDelegate ()   [virtual]

Destroys a QTaskDelegate.


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3