Uses of Class
io.qt.designer.QDesignerWidgetBoxInterface.Widget.Type
Package | Description |
---|---|
io.qt.designer |
-
Uses of QDesignerWidgetBoxInterface.Widget.Type in io.qt.designer
Methods in io.qt.designer that return QDesignerWidgetBoxInterface.Widget.Type Modifier and Type Method Description static QDesignerWidgetBoxInterface.Widget.Type
QDesignerWidgetBoxInterface.Widget.Type. resolve(int value)
Returns the corresponding enum entry for the given value.QDesignerWidgetBoxInterface.Widget.Type
QDesignerWidgetBoxInterface.Widget. type()
static QDesignerWidgetBoxInterface.Widget.Type
QDesignerWidgetBoxInterface.Widget.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static QDesignerWidgetBoxInterface.Widget.Type[]
QDesignerWidgetBoxInterface.Widget.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.designer with parameters of type QDesignerWidgetBoxInterface.Widget.Type Modifier and Type Method Description void
QDesignerWidgetBoxInterface.Widget. setType(QDesignerWidgetBoxInterface.Widget.Type atype)
Constructors in io.qt.designer with parameters of type QDesignerWidgetBoxInterface.Widget.Type Constructor Description Widget(String aname, String xml, String icon_name, QDesignerWidgetBoxInterface.Widget.Type atype)