QML Contact ElementThe Contact element represents an addressbook contact, A Contact object has a collection of details (like a name, phone numbers and email addresses). Each detail (which can have multiple fields) is stored in an appropriate subclass of ContactDetail, and the Contact allows retrieving these details in various ways. More... Properties
MethodsDetailed DescriptionIf some of the contact details are not unique details, all of this type of detail values can be accessed by dynamic properties. For example, there are 3 phone numbers stored in a contact, they can be accessed by contact.phoneNumbers property, Which holds a list of all PhoneNumber details. If the dynamic property was not exists (for unique details), an undefined value returned. The list of dynamic detail properties depends on the contact engine implementations. The Contact element is part of the QtMobility.contacts 1.1 module. See also QContact. Property DocumentationThis property holds the address detail of the Contact object. This property holds the anniversary detail of the Contact object. This property holds the avatar detail of the Contact object. This property holds the birthday detail of the Contact object. This property holds the id of the Contact object. This property is read only. This property holds the list of ContactDetail elements that the contact has. This property holds the email address detail of the Contact object. This property holds the family detail of the Contact object. This property holds the favorite detail of the Contact object. This property holds the gender detail of the Contact object. This property holds the geolocation detail of the Contact object. This property holds the globalPresence detail of the Contact object. This property holds the guid detail of the Contact object. This property holds the hobby detail of the Contact object. This property holds the dirty flag of the Contact object. If the Contact has been changed, returns true, otherwise returns false. This property holds the name detail of the Contact object. This property holds the nickname detail of the Contact object. This property holds the note detail of the Contact object. This property holds the onlineAccount detail of the Contact object. This property holds the organization detail of the Contact object. This property holds the phoneNumber detail of the Contact object. This property holds the presence detail of the Contact object. This property holds the ringtone detail of the Contact object. This property holds the syncTarget detail of the Contact object. This property holds the tag detail of the Contact object. This property holds the thumbnail URL of the Contact object. This property holds type of the Contact, the value can be one of:
This property holds the url detail of the Contact object. Method DocumentationAdds the given contact detail to the contact, returns true if successful, otherwise returns false. Note:: If the detail has been added into the same contact before, this operation will be ignored, so if you want to add a detail multiple times, the detail should be copied before calling this function. Returns ContactDetail object which detail name or detail type is name. Returns a list of ContactDetail objects which detail name or detail type is name. Removes the give contact detail from the contact, returns true if successful, otherwise returns false. Saves this Contact if the contact has been modified. See also Contact::modified. X
|