Uses of Enum
io.qt.designer.QDesignerWidgetBoxInterface.Widget.Type
Packages that use QDesignerWidgetBoxInterface.Widget.Type
-
Uses of QDesignerWidgetBoxInterface.Widget.Type in io.qt.designer
Methods in io.qt.designer that return QDesignerWidgetBoxInterface.Widget.TypeModifier and TypeMethodDescriptionQDesignerWidgetBoxInterface.Widget.Type.resolve
(int value) Returns the corresponding enum entry for the given value.QDesignerWidgetBoxInterface.Widget.type()
SeeQDesignerWidgetBoxInterface::Widget::
type()const Returns the enum constant of this type with the specified name.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.TypeModifier and TypeMethodDescriptionfinal void
QDesignerWidgetBoxInterface.Widget.setType
(QDesignerWidgetBoxInterface.Widget.Type atype) SeeQDesignerWidgetBoxInterface::Widget::
setType(QDesignerWidgetBoxInterface::Widget::Type) Constructors in io.qt.designer with parameters of type QDesignerWidgetBoxInterface.Widget.TypeModifierConstructorDescriptionWidget
(String aname, String xml, String icon_name, QDesignerWidgetBoxInterface.Widget.Type atype) SeeQDesignerWidgetBoxInterface::Widget::
Widget(QString, QString, QString, QDesignerWidgetBoxInterface::Widget::Type)