QPlaceIcon#
Synopsis#
Properties#
Functions#
def
isEmpty
()def
manager
()def
__ne__
(rhs)def
__eq__
(rhs)def
parameters
()def
setManager
(manager)def
setParameters
(parameters)def
swap
(other)def
url
([size=QSize()])
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.QPlaceIcon#
PySide6.QtLocation.QPlaceIcon(other)
- Parameters:
other –
PySide6.QtLocation.QPlaceIcon
Note
Properties can be used directly when from __feature__ import true_property
is used or via accessor functions otherwise.
- property PᅟySide6.QtLocation.QPlaceIcon.manager: PySide6.QtLocation.QPlaceManager#
- Access functions:
manager
()setManager
(manager)
- property PᅟySide6.QtLocation.QPlaceIcon.parameters#
- Access functions:
parameters
()setParameters
(parameters)
- PySide6.QtLocation.QPlaceIcon.SingleUrl#
- PySide6.QtLocation.QPlaceIcon.isEmpty()#
- Return type:
bool
- PySide6.QtLocation.QPlaceIcon.manager()#
- Return type:
Getter of property manager
.
- PySide6.QtLocation.QPlaceIcon.__ne__(rhs)#
- Parameters:
- Return type:
bool
- PySide6.QtLocation.QPlaceIcon.__eq__(rhs)#
- Parameters:
- Return type:
bool
- PySide6.QtLocation.QPlaceIcon.parameters()#
Getter of property parameters
.
- PySide6.QtLocation.QPlaceIcon.setManager(manager)#
- Parameters:
manager –
PySide6.QtLocation.QPlaceManager
Setter of property manager
.
- PySide6.QtLocation.QPlaceIcon.setParameters(parameters)#
- Parameters:
parameters –
Setter of property parameters
.
- PySide6.QtLocation.QPlaceIcon.swap(other)#
- Parameters:
other –
PySide6.QtLocation.QPlaceIcon
- PySide6.QtLocation.QPlaceIcon.url([size=QSize()])#
- Parameters:
size –
PySide6.QtCore.QSize
- Return type: