Category¶
Synopsis¶
Functions¶
def
addWidget
(awidget)def
isNull
()def
name
()def
removeWidget
(idx)def
setName
(aname)def
setType
(atype)def
type
()def
widget
(idx)def
widgetCount
()
Detailed Description¶
- class PySide6.QtDesigner.QDesignerWidgetBoxInterface.Category(Category)¶
PySide6.QtDesigner.QDesignerWidgetBoxInterface.Category([aname=””[, atype=QDesignerWidgetBoxInterface.Category.Type.Default]])
- Parameters
Category –
PySide6.QtDesigner.QDesignerWidgetBoxInterface.Category
aname – str
atype –
Type
- PySide6.QtDesigner.QDesignerWidgetBoxInterface.Category.Type¶
- PySide6.QtDesigner.QDesignerWidgetBoxInterface.Category.addWidget(awidget)¶
- Parameters
awidget –
PySide6.QtDesigner.QDesignerWidgetBoxInterface.Widget
- PySide6.QtDesigner.QDesignerWidgetBoxInterface.Category.isNull()¶
- Return type
bool
- PySide6.QtDesigner.QDesignerWidgetBoxInterface.Category.name()¶
- Return type
str
- PySide6.QtDesigner.QDesignerWidgetBoxInterface.Category.removeWidget(idx)¶
- Parameters
idx – int
- PySide6.QtDesigner.QDesignerWidgetBoxInterface.Category.setName(aname)¶
- Parameters
aname – str
- PySide6.QtDesigner.QDesignerWidgetBoxInterface.Category.widget(idx)¶
- Parameters
idx – int
- Return type
- PySide6.QtDesigner.QDesignerWidgetBoxInterface.Category.widgetCount()¶
- Return type
int
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.