Sailfish Contacts
API DocumentationRecipientField QML Type
Import Statement: | import Sailfish.Contacts 1.0 |
Properties
- actionType : int
- addressesModel : QtObject
- contactSearchModel : QtObject
- empty : bool
- fullSummary : alias
- hasFocus : alias
- inputMethodHints : alias
- multipleAllowed : alias
- onlineSearchDisplayName : alias
- onlineSearchModel : alias
- placeholderText : alias
- recentContactsCategoryMask : alias
- requiredProperty : int
- selectedContacts : QtObject
- showLabel : alias
- summary : alias
- summaryPlaceholderText : alias
Signals
Methods
- forceActiveFocus()
- recipientsToString()
- saveNewContacts()
- setEmailRecipients(addresses)
- updateSummary()
Detailed Description
Property Documentation
Supported values are a combination of the following constants defined in PeopleModel:
Constant | Description |
---|---|
EmailAddressRequired | (default) |
AccountUriRequired | |
PhoneNumberRequired |
A model with the following roles:
property | an object containing the value of the property that the user chose: a phone number { 'number' }, an email address { 'address' }, or IM account { 'uri', 'path' } |
propertyType | the type of property that the user chose. Either "phoneNumber", "emailAddress" or "accountUri" |
formattedNameText | the name of the contact |
person | the Person object if the user chose from the known contacts |