The following table lists the vCard properties that the Versit API supports.
Versit Property | QContactDetail |
---|---|
ADR | QContactAddress |
BDAY | QContactBirthday |
CATEGORIES, X-CATEGORIES* | QContactTag |
FN | QContactName (CustomLabel field) |
GEO | QContactGeoLocation |
QContactEmailAddress | |
IMPP, X-IMPP* | QContactOnlineAccount (SubTypeImpp) |
LOGO | QContactOrganization (LogoUrl field) |
N | QContactName |
NICKNAME, X-NICKNAME*, X-EPOCSECONDNAME* | QContactNickname |
NOTE | QContactNote |
ORG | QContactOrganization (Name field) |
PHOTO | QContactThumbnail for base-64 encoded images or QContactAvatar for URLs |
REV | QContactTimestamp |
ROLE | QContactOrganization (Role field) |
SOUND | QContactRingtone |
TEL | QContactPhoneNumber |
TITLE | QContactOrganization (Title field) |
UID | QContactGuid |
URL | QContactUrl |
X-ANNIVERSARY | QContactAnniversary |
X-ASSISTANT | QContactOrganization (Assistant field) |
X-ASSISTANT-TEL | QContactPhoneNumber (SubTypeAssistant) |
X-CHILDREN | QContactFamily (Children field) |
X-GENDER | QContactGender |
X-JABBER | QContactOnlineAccount (SubTypeImpp) |
X-SIP | QContactOnlineAccount |
X-SPOUSE | QContactFamily (Spouse field) |
* These are understood by the importer, but are not generated by the exporter.
The Versit module supports the following vCard parameter:
The following table lists the values that are supported for the TYPE parameter:
Value of TYPE parameter | Value of QContactDetail Context/SubType |
---|---|
HOME | QContactDetail::ContextHome |
WORK | QContactDetail::ContextWork |
DOM | QContactAddress::SubTypeDomestic |
INTL | QContactAddress::SubTypeInternational |
POSTAL | QContactAddress::SubTypePostal |
PARCEL | QContactAddress::SubTypeParcel |
VOICE | QContactPhoneNumber::SubTypeVoice |
CELL | QContactPhoneNumber::SubTypeMobile |
MODEM | QContactPhoneNumber::SubTypeModem |
CAR | QContactPhoneNumber::SubTypeCar |
VIDEO | QContactPhoneNumber::SubTypeVideo |
FAX | QContactPhoneNumber::SubTypeFax |
BBS | QContactPhoneNumber::SubTypeBulletinBoardSystem |
PAGER | QContactPhoneNumber::SubTypePager |
SWIS | QContactOnlineAccount::SubTypeVideoShare |
VOIP | QContactOnlineAccount::SubTypeSipVoip |
PREF is partially supported. If a property has the parameter TYPE set to PREF, the QContactDetail that it generates is placed at the front of the list saved to the resultant QContact. This has the effect that calling QContact::detail() will return it in preference over other details. However, the existence of the PREF parameter is not preserved, so it won't appear when exporting the contact back to vCard.
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.