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:
 
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#
 
- property PᅟySide6.QtLocation.QPlaceSupplier.name: str#
 
- property PᅟySide6.QtLocation.QPlaceSupplier.supplierId: str#
 
- Access functions:
 supplierId()setSupplierId(identifier)
- property PᅟySide6.QtLocation.QPlaceSupplier.url: PySide6.QtCore.QUrl#
 
- PySide6.QtLocation.QPlaceSupplier.icon()#
 - Return type:
 
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:
 - Return type:
 bool
- PySide6.QtLocation.QPlaceSupplier.__eq__(rhs)#
 - Parameters:
 - Return type:
 bool
- PySide6.QtLocation.QPlaceSupplier.setIcon(icon)#
 - Parameters:
 
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:
 data –
PySide6.QtCore.QUrl
Setter of property url .
- PySide6.QtLocation.QPlaceSupplier.supplierId()#
 - Return type:
 str
Getter of property supplierId .
- PySide6.QtLocation.QPlaceSupplier.swap(other)#
 - Parameters:
 
- PySide6.QtLocation.QPlaceSupplier.url()#
 - Return type:
 
Getter of property url .