The QContactNote class contains a note associated with a contact. More...
#include <QContactNote>
Inherits: QContactDetail.
This class was introduced in Qt Mobility 1.0.
QString | note () const |
void | setNote ( const QString & note ) |
const QLatin1Constant | DefinitionName |
const QLatin1Constant | FieldNote |
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.
Returns a string for a note associated with a contact.
This function was introduced in Qt Mobility 1.0.
See also setNote().
Sets a note associated with a contact to note.
This function was introduced in Qt Mobility 1.0.
See also note().
The string constant for the definition name of QContactNote details.
The field key constant for the value containing the note.