QtMobility Reference Documentation

QContactNote Class Reference

The QContactNote class contains a note associated with a contact. More...

 #include <QContactNote>

Inherits: QContactDetail.

This class was introduced in Qt Mobility 1.0.

Public Functions

QString note () const
void setNote ( const QString & note )

Static Public Members

const QLatin1Constant DefinitionName
const QLatin1Constant FieldNote

Detailed Description

The QContactNote class contains a note associated with a contact.

This leaf-class has been part of the default schema since version 1.0 of the Qt Mobility project.

Member Function Documentation

QString QContactNote::note () const

Returns a string for a note associated with a contact.

This function was introduced in Qt Mobility 1.0.

See also setNote().

void QContactNote::setNote ( const QString & note )

Sets a note associated with a contact to note.

This function was introduced in Qt Mobility 1.0.

See also note().

Member Variable Documentation

const QLatin1Constant QContactNote::DefinitionName

The string constant for the definition name of QContactNote details.

const QLatin1Constant QContactNote::FieldNote

The field key constant for the value containing the note.

See also note() and setNote().

X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.