QPlaceCategory#
Synopsis#
Functions#
def
categoryId
()def
icon
()def
isEmpty
()def
name
()def
__ne__
(rhs)def
__eq__
(rhs)def
setCategoryId
(identifier)def
setIcon
(icon)def
setName
(name)def
swap
(other)
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.QPlaceCategory#
PySide6.QtLocation.QPlaceCategory(other)
- Parameters:
- PySide6.QtLocation.QPlaceCategory.categoryId()#
- Return type:
str
- PySide6.QtLocation.QPlaceCategory.icon()#
- Return type:
- PySide6.QtLocation.QPlaceCategory.isEmpty()#
- Return type:
bool
- PySide6.QtLocation.QPlaceCategory.name()#
- Return type:
str
- PySide6.QtLocation.QPlaceCategory.__ne__(rhs)#
- Parameters:
- Return type:
bool
- PySide6.QtLocation.QPlaceCategory.__eq__(rhs)#
- Parameters:
- Return type:
bool
- PySide6.QtLocation.QPlaceCategory.setCategoryId(identifier)#
- Parameters:
identifier – str
- PySide6.QtLocation.QPlaceCategory.setIcon(icon)#
- Parameters:
- PySide6.QtLocation.QPlaceCategory.setName(name)#
- Parameters:
name – str
- PySide6.QtLocation.QPlaceCategory.swap(other)#
- Parameters: