Qt Mobility Reference Documentation

QML Address Element

The Address element contains an address of a contact. More...

  • List of all members, including inherited members
  • Properties

    Detailed Description

    The fields in the Address element are based on the segments of the ADR property of a Versit vCard file.

    Address element contains the following field types:

    • Address.Street
    • Address.Locality
    • Address.Region
    • Address.PostCode
    • Address.Country
    • Address.SubTypes
    • Address.PostOfficeBox

    Versit ® is a trademark of the Internet Mail Consortium. This element is part of the QtMobility.contacts 1.1 module.

    Property Documentation

    country : string

    This property holds the name of the country of the address.


    locality : string

    This property holds the name of the city, town or suburb of the address.


    postOfficeBox : string

    This property holds the post office box identifier of the mailing address.

    This element is part of the QtMobility.contacts 1.1 module.


    postcode : string

    This property holds the postal code for the address.


    region : string

    This property holds the name or identifier of the state, province or region of the address.


    street : string

    This property holds the street number and street name of the address.


    subTypes : list<variant>

    This property stores the sub types of the address.

    • Address.Parcel - An address for parcel delivery.
    • Address.Postal - An address for postal delivery.
    • Address.Domestic - An address for domestic mail delivery.
    • Address.International - An address for international mail delivery.

    X

    Thank you for giving your feedback.

    Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.