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