The QContactDisplayLabel class is the (possibly synthesized) display label of a contact. More...
#include <QContactDisplayLabel>
Inherits: QContactDetail.
This class was introduced in Qt Mobility 1.0.
QString | label () const |
const QLatin1Constant | DefinitionName |
const QLatin1Constant | FieldLabel |
QContactFilter | match ( const QString & label ) |
The QContactDisplayLabel class is the (possibly synthesized) display label of a contact.
This leaf-class has been part of the default schema since version 1.0 of the Qt Mobility project.
Returns the display label of the contact.
This function was introduced in Qt Mobility 1.0.
Returns a filter suitable for finding contacts with a display label containing the specified label.
This function was introduced in Qt Mobility 1.0.
The string constant for the definition name of QContactDisplayLabel details.
The field key constant for the value of the display label.
See also label().