ContactDetail QML Type
The ContactDetail element represents a single, complete detail about a contact. More...
Import Statement: | import QtContacts 5.0 |
Properties
- contexts : list<int>
- detailUri : string
- fields : list<int>
- linkedDetailUris : list<string>
- readOnly : bool
- removable : bool
- type : enumeration
Detailed Description
The ContactDetail element is part of the QtContacts module.
See also QContactDetail.
Property Documentation
This property holds the list of all fields which this detail supports.
This property is read only.
This property holds a list of detail URIs to which this detail is linked.
This property indicates whether or not this detail is writable. This property is read only.
This property indicates whether or not this detail is removale. This property is read only.
This property holds the type of the detail.
- ContactDetail.Address
- ContactDetail.Anniversary
- ContactDetail.Avatar
- ContactDetail.Birthday
- ContactDetail.DisplayLabel
- ContactDetail.Email
- ContactDetail.ExtendedDetail
- ContactDetail.Family
- ContactDetail.Favorite
- ContactDetail.Gender
- ContactDetail.Geolocation
- ContactDetail.GlobalPresence
- ContactDetail.Guid
- ContactDetail.Hobby
- ContactDetail.Name
- ContactDetail.NickName
- ContactDetail.Note
- ContactDetail.OnlineAccount
- ContactDetail.Organization
- ContactDetail.PhoneNumber
- ContactDetail.Presence
- ContactDetail.Ringtone
- ContactDetail.SyncTarget
- ContactDetail.Tag
- ContactDetail.Timestamp
- ContactDetail.Url
- ContactDetail.Version
- ContactDetail.Unknown
This property is read only.