Widget¶
Synopsis¶
Functions¶
Detailed Description¶
- class PySide6.QtDesigner.QDesignerWidgetBoxInterface.Widget(w)¶
PySide6.QtDesigner.QDesignerWidgetBoxInterface.Widget([aname=””[, xml=””[, icon_name=””[, atype=QDesignerWidgetBoxInterface.Widget.Type.Default]]]])
- Parameters
xml – str
aname – str
icon_name – str
atype –
Type
- PySide6.QtDesigner.QDesignerWidgetBoxInterface.Widget.Type¶
- PySide6.QtDesigner.QDesignerWidgetBoxInterface.Widget.domXml()¶
- Return type
str
- PySide6.QtDesigner.QDesignerWidgetBoxInterface.Widget.iconName()¶
- Return type
str
- PySide6.QtDesigner.QDesignerWidgetBoxInterface.Widget.isNull()¶
- Return type
bool
- PySide6.QtDesigner.QDesignerWidgetBoxInterface.Widget.name()¶
- Return type
str
- PySide6.QtDesigner.QDesignerWidgetBoxInterface.Widget.setDomXml(xml)¶
- Parameters
xml – str
- PySide6.QtDesigner.QDesignerWidgetBoxInterface.Widget.setIconName(icon_name)¶
- Parameters
icon_name – str
- PySide6.QtDesigner.QDesignerWidgetBoxInterface.Widget.setName(aname)¶
- Parameters
aname – str
© 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.