The QOrganizerItemGuid class contains the globally unique identifier of the organizer item, which can be used for synchronization purposes. More...
#include <QOrganizerItemGuid>
Inherits QOrganizerItemDetail.
QString | guid () const |
void | setGuid ( const QString & guid ) |
const QLatin1Constant | DefinitionName |
const QLatin1Constant | FieldGuid |
The QOrganizerItemGuid class contains the globally unique identifier of the organizer item, which can be used for synchronization purposes.
Returns the globally unique identifier which is stored in this detail.
See also setGuid().
Sets the globally unique identifier which is stored in this detail to guid.
See also guid().
The constant string which identifies the definition of details which are globally unique identifiers.
The constant key for which the globally unique identifier value is stored in details of the QOrganizerItemGuid type.