address QML Value Type
Postal address information. More...
Import Statement: | import org.kde.contacts |
In C++: | Address |
Properties
- country : string
- extended : string
- formattedAddress : string
- geo : geo
- geoUri : url
- id : string
- isEmpty : bool
- label : string
- locality : string
- postOfficeBox : string
- postalCode : string
- region : string
- street : string
- type : enumeration
- typeLabel : string
Methods
- QString formatted(enumeration style, string realName, string orgaName)
Detailed Description
This class represents information about a postal address.
Property Documentation
country : string |
extended : string |
formattedAddress : string |
geo : geo |
geoUri : url |
id : string |
isEmpty : bool |
label : string |
locality : string |
postOfficeBox : string |
postalCode : string |
region : string |
street : string |
type : enumeration |
Constant | Description |
---|---|
address.Dom | domestic |
address.Intl | international |
address.Postal | postal |
address.Parcel | parcel |
address.Home | home address |
address.Work | address at work |
address.Pref | preferred address |
typeLabel : string |
Method Documentation
QString formatted(enumeration style, string realName = "", string orgaName = "") |