QPlaceSupplier#

Inheritance diagram of PySide6.QtLocation.QPlaceSupplier

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.QPlaceSupplier#

PySide6.QtLocation.QPlaceSupplier(other)

Parameters:

otherPySide6.QtLocation.QPlaceSupplier

Note

Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.

property PᅟySide6.QtLocation.QPlaceSupplier.icon: PySide6.QtLocation.QPlaceIcon#
Access functions:
property PᅟySide6.QtLocation.QPlaceSupplier.name: str#
Access functions:
property PᅟySide6.QtLocation.QPlaceSupplier.supplierId: str#
Access functions:
property PᅟySide6.QtLocation.QPlaceSupplier.url: PySide6.QtCore.QUrl#
Access functions:
PySide6.QtLocation.QPlaceSupplier.icon()#
Return type:

PySide6.QtLocation.QPlaceIcon

Getter of property icon .

PySide6.QtLocation.QPlaceSupplier.isEmpty()#
Return type:

bool

PySide6.QtLocation.QPlaceSupplier.name()#
Return type:

str

Getter of property name .

PySide6.QtLocation.QPlaceSupplier.__ne__(rhs)#
Parameters:

rhsPySide6.QtLocation.QPlaceSupplier

Return type:

bool

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

rhsPySide6.QtLocation.QPlaceSupplier

Return type:

bool

PySide6.QtLocation.QPlaceSupplier.setIcon(icon)#
Parameters:

iconPySide6.QtLocation.QPlaceIcon

Setter of property icon .

PySide6.QtLocation.QPlaceSupplier.setName(data)#
Parameters:

data – str

Setter of property name .

PySide6.QtLocation.QPlaceSupplier.setSupplierId(identifier)#
Parameters:

identifier – str

Setter of property supplierId .

PySide6.QtLocation.QPlaceSupplier.setUrl(data)#
Parameters:

dataPySide6.QtCore.QUrl

Setter of property url .

PySide6.QtLocation.QPlaceSupplier.supplierId()#
Return type:

str

Getter of property supplierId .

PySide6.QtLocation.QPlaceSupplier.swap(other)#
Parameters:

otherPySide6.QtLocation.QPlaceSupplier

PySide6.QtLocation.QPlaceSupplier.url()#
Return type:

PySide6.QtCore.QUrl

Getter of property url .