- class Widget¶
Synopsis¶
Methods¶
def
__init__()
def
domXml()
def
iconName()
def
isNull()
def
name()
def
setDomXml()
def
setIconName()
def
setName()
def
setType()
def
type()
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 Type¶
- __init__(w)¶
- Parameters:
w –
Widget
- __init__([aname=""[, xml=""[, icon_name=""[, atype=QDesignerWidgetBoxInterface.Widget.Type.Default]]]])
- Parameters:
aname – str
xml – str
icon_name – str
atype –
Type
- domXml()¶
- Return type:
str
- iconName()¶
- Return type:
str
- isNull()¶
- Return type:
bool
- name()¶
- Return type:
str
- setDomXml(xml)¶
- Parameters:
xml – str
- setIconName(icon_name)¶
- Parameters:
icon_name – str
- setName(aname)¶
- Parameters:
aname – str
- setType(atype)¶
- Parameters:
atype –
Type
- type()¶
- Return type:
Type