QPlaceCategory#

Inheritance diagram of PySide6.QtLocation.QPlaceCategory

Synopsis#

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

PySide6.QtLocation.QPlaceCategory(other)

Parameters:

otherPySide6.QtLocation.QPlaceCategory

PySide6.QtLocation.QPlaceCategory.categoryId()#
Return type:

str

PySide6.QtLocation.QPlaceCategory.icon()#
Return type:

PySide6.QtLocation.QPlaceIcon

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

bool

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

str

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

rhsPySide6.QtLocation.QPlaceCategory

Return type:

bool

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

rhsPySide6.QtLocation.QPlaceCategory

Return type:

bool

PySide6.QtLocation.QPlaceCategory.setCategoryId(identifier)#
Parameters:

identifier – str

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

iconPySide6.QtLocation.QPlaceIcon

PySide6.QtLocation.QPlaceCategory.setName(name)#
Parameters:

name – str

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

otherPySide6.QtLocation.QPlaceCategory