QPlaceAttribute#

Inheritance diagram of PySide6.QtLocation.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:

otherPySide6.QtLocation.QPlaceAttribute

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#
Access functions:
property PᅟySide6.QtLocation.QPlaceAttribute.text: str#
Access functions:
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:

rhsPySide6.QtLocation.QPlaceAttribute

Return type:

bool

PySide6.QtLocation.QPlaceAttribute.__eq__(rhs)#
Parameters:

rhsPySide6.QtLocation.QPlaceAttribute

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:

otherPySide6.QtLocation.QPlaceAttribute

PySide6.QtLocation.QPlaceAttribute.text()#
Return type:

str

Getter of property text .