QPlaceContactDetail Class
The QPlaceContactDetail class represents a contact detail such as a phone number or website url. More...
| Header: | #include <QPlaceContactDetail> |
| qmake: | QT += location |
Static Public Members
Detailed Description
The detail consists of a label and value. The label is a localized string that can be presented to the end user that describes that detail value which is the actual phone number, email address and so on.
Contact Types
The QPlaceContactDetail class defines some constant strings which characterize standard contact types.
- QPlaceContactDetail::Phone
- QPlaceContactDetail::Email
- QPlaceContactDetail::Website
- QPlaceContactDetail::Fax
These types are used to access and modify contact details in QPlace via:
- QPlace::contactDetails()
- QPlace::setContactDetails()
- QPlace::appendContactDetail()
- QPlace::contactTypes()
The contact type is intended to be a string type so that providers are able to introduce new contact types if necessary.
Member Variable Documentation
const QString QPlaceContactDetail::Email
The constant to specify email contact details.
const QString QPlaceContactDetail::Fax
The constant used to specify fax contact details.
const QString QPlaceContactDetail::Phone
The constant to specify phone contact details
const QString QPlaceContactDetail::Website
The constant used to specify website contact details.