Qt Mobility Reference Documentation

QML Relationship Element

The Relationship element describes a one-to-one relationship between a locally-stored contact and another (possibly remote) contact. More...

Properties

Detailed Description

This element is part of the QtMobility.contacts 1.1 module.

See also QContactRelationship and RelationshipModel.


Property Documentation

first : int

This property holds the id of the locally-stored contact which has a relationship of the given type with the second contact.


second : int

This property holds the id of the contact with which the first contact has a relationship of the given type.


type : int

This property holds the type of relationship which the source contact has with the destination contacts. The value for this property can be one of:

Relationship.HasMember Relationship.Aggregates Relationship.IsSameAs Relationship.HasAssistant Relationship.HasManager Relationship.HasSpouse

or any other customized relationship type string.


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.