QtContacts.ContactDetail

The ContactDetail element represents a single, complete detail about a contact. More...

Import Statement: import QtContacts 5.0

Properties

Detailed Description

The ContactDetail element is part of the QtContacts module.

See also QContactDetail.

Property Documentation

contexts : list<int>

This property holds one or more contexts that this detail is associated with.


detailUri : string

This property holds the unique URI of the detail if one exists.


fields : list<int>

This property holds the list of all fields which this detail supports.

This property is read only.


linkedDetailUris : list<string>

This property holds a list of detail URIs to which this detail is linked.


readOnly : bool

This property indicates whether or not this detail is writable. This property is read only.


removable : bool

This property indicates whether or not this detail is removale. This property is read only.


type : enumeration

This property holds the type of the detail.

This property is read only.