class QPlaceCategory

Synopsis

Methods

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

__init__()
__init__(other)
Parameters:

otherQPlaceCategory

categoryId()
Return type:

str

icon()
Return type:

QPlaceIcon

isEmpty()
Return type:

bool

name()
Return type:

str

__ne__(rhs)
Parameters:

rhsQPlaceCategory

Return type:

bool

__eq__(rhs)
Parameters:

rhsQPlaceCategory

Return type:

bool

setCategoryId(identifier)
Parameters:

identifier – str

setIcon(icon)
Parameters:

iconQPlaceIcon

setName(name)
Parameters:

name – str

swap(other)
Parameters:

otherQPlaceCategory