QPlaceContactDetail#
Synopsis#
Properties#
Functions#
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description#
- class PySide6.QtLocation.QPlaceContactDetail#
PySide6.QtLocation.QPlaceContactDetail(other)
- Parameters:
Note
Properties can be used directly when from __feature__ import true_property
is used or via accessor functions otherwise.
- property PᅟySide6.QtLocation.QPlaceContactDetail.label: str#
- property PᅟySide6.QtLocation.QPlaceContactDetail.value: str#
- PySide6.QtLocation.QPlaceContactDetail.Phone#
- PySide6.QtLocation.QPlaceContactDetail.Email#
- PySide6.QtLocation.QPlaceContactDetail.Website#
- PySide6.QtLocation.QPlaceContactDetail.Fax#
- PySide6.QtLocation.QPlaceContactDetail.clear()#
- PySide6.QtLocation.QPlaceContactDetail.label()#
- Return type:
str
Getter of property label
.
- PySide6.QtLocation.QPlaceContactDetail.__ne__(rhs)#
- Parameters:
- Return type:
bool
- PySide6.QtLocation.QPlaceContactDetail.__eq__(rhs)#
- Parameters:
- Return type:
bool
- PySide6.QtLocation.QPlaceContactDetail.setLabel(label)#
- Parameters:
label – str
Setter of property label
.
- PySide6.QtLocation.QPlaceContactDetail.setValue(value)#
- Parameters:
value – str
Setter of property value
.
- PySide6.QtLocation.QPlaceContactDetail.swap(other)#
- Parameters:
- PySide6.QtLocation.QPlaceContactDetail.value()#
- Return type:
str
Getter of property value
.