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 [read-only]
geo : geo
geoUri : url [read-only]
id : string
isEmpty : bool [read-only]
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 |