QPlaceAttribute#
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.QPlaceAttribute#
PySide6.QtLocation.QPlaceAttribute(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.QPlaceAttribute.label: str#
- property PᅟySide6.QtLocation.QPlaceAttribute.text: str#
- PySide6.QtLocation.QPlaceAttribute.OpeningHours#
- PySide6.QtLocation.QPlaceAttribute.Payment#
- PySide6.QtLocation.QPlaceAttribute.Provider#
- PySide6.QtLocation.QPlaceAttribute.isEmpty()#
- Return type:
bool
- PySide6.QtLocation.QPlaceAttribute.label()#
- Return type:
str
Getter of property label
.
- PySide6.QtLocation.QPlaceAttribute.__ne__(rhs)#
- Parameters:
- Return type:
bool
- PySide6.QtLocation.QPlaceAttribute.__eq__(rhs)#
- Parameters:
- Return type:
bool
- PySide6.QtLocation.QPlaceAttribute.setLabel(label)#
- Parameters:
label – str
Setter of property label
.
- PySide6.QtLocation.QPlaceAttribute.setText(text)#
- Parameters:
text – str
Setter of property text
.
- PySide6.QtLocation.QPlaceAttribute.swap(other)#
- Parameters:
- PySide6.QtLocation.QPlaceAttribute.text()#
- Return type:
str
Getter of property text
.