java.lang.Object
io.qt.QtObject
io.qt.designer.QDesignerWidgetBoxInterface.Widget
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QDesignerWidgetBoxInterface
Java wrapper for Qt class QDesignerWidgetBoxInterface::Widget
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QDesignerWidgetBoxInterface::Widget::TypeNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionWidget()
Overloaded constructor forWidget(java.lang.String, java.lang.String, java.lang.String, io.qt.designer.QDesignerWidgetBoxInterface.Widget.Type)
withatype = io.qt.designer.QDesignerWidgetBoxInterface.Widget.Type.Default
.Widget
(String aname, String xml, String icon_name, QDesignerWidgetBoxInterface.Widget.Type atype) protected
Constructor for internal use only. -
Method Summary
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
Widget
-
Widget
Overloaded constructor for
Widget(java.lang.String, java.lang.String, java.lang.String, io.qt.designer.QDesignerWidgetBoxInterface.Widget.Type)
withatype = io.qt.designer.QDesignerWidgetBoxInterface.Widget.Type.Default
. -
Widget
Overloaded constructor for
Widget(java.lang.String, java.lang.String, java.lang.String, io.qt.designer.QDesignerWidgetBoxInterface.Widget.Type)
with:
icon_name = (String)null
atype = io.qt.designer.QDesignerWidgetBoxInterface.Widget.Type.Default
-
Widget
Overloaded constructor for
Widget(java.lang.String, java.lang.String, java.lang.String, io.qt.designer.QDesignerWidgetBoxInterface.Widget.Type)
with:
xml = (String)null
icon_name = (String)null
atype = io.qt.designer.QDesignerWidgetBoxInterface.Widget.Type.Default
-
Widget
public Widget()Overloaded constructor for
Widget(java.lang.String, java.lang.String, java.lang.String, io.qt.designer.QDesignerWidgetBoxInterface.Widget.Type)
with:
aname = (String)null
xml = (String)null
icon_name = (String)null
atype = io.qt.designer.QDesignerWidgetBoxInterface.Widget.Type.Default
-
Widget
public Widget(String aname, String xml, String icon_name, QDesignerWidgetBoxInterface.Widget.Type atype) -
Widget
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details