java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.designer.util.CustomWidgetInterface
- All Implemented Interfaces:
QDesignerCustomWidgetInterface,QtObjectInterface
Generic implementation for
QDesignerCustomWidgetInterface.-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructorNested classes/interfaces inherited from interface io.qt.designer.QDesignerCustomWidgetInterface
QDesignerCustomWidgetInterface.Impl -
Constructor Summary
ConstructorsConstructorDescriptionCustomWidgetInterface(String group, QMetaObject.Method1<QWidget, QWidget> constructor) CustomWidgetInterface(String group, QMetaObject.Method1<QWidget, QWidget> constructor, String name) CustomWidgetInterface(String group, QMetaObject.Method1<QWidget, QWidget> constructor, String whatsThis, String name, String toolTip, boolean isContainer, String includeFile, QIcon icon) -
Method Summary
Modifier and TypeMethodDescriptioncreateWidget(QWidget parent) domXml()group()icon()booleanname()voidsetContainer(boolean isContainer) voidvoidvoidsetIncludeFile(String includeFile) voidsetToolTip(String toolTip) voidsetWhatsThis(String whatsThis) toolTip()Methods inherited from class io.qt.QtObject
dispose, equals, isDisposedMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.qt.designer.QDesignerCustomWidgetInterface
codeTemplate, initialize, isInitializedMethods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
CustomWidgetInterface
-
CustomWidgetInterface
public CustomWidgetInterface(String group, QMetaObject.Method1<QWidget, QWidget> constructor, String name) -
CustomWidgetInterface
-
-
Method Details
-
setDomXml
-
setWhatsThis
-
setToolTip
-
setContainer
public void setContainer(boolean isContainer) -
setIncludeFile
-
setIcon
-
whatsThis
Description copied from interface:QDesignerCustomWidgetInterface- Specified by:
whatsThisin interfaceQDesignerCustomWidgetInterface
-
toolTip
Description copied from interface:QDesignerCustomWidgetInterface- Specified by:
toolTipin interfaceQDesignerCustomWidgetInterface
-
name
Description copied from interface:QDesignerCustomWidgetInterface- Specified by:
namein interfaceQDesignerCustomWidgetInterface
-
isContainer
public boolean isContainer()Description copied from interface:QDesignerCustomWidgetInterface- Specified by:
isContainerin interfaceQDesignerCustomWidgetInterface
-
includeFile
Description copied from interface:QDesignerCustomWidgetInterface- Specified by:
includeFilein interfaceQDesignerCustomWidgetInterface
-
icon
Description copied from interface:QDesignerCustomWidgetInterface- Specified by:
iconin interfaceQDesignerCustomWidgetInterface
-
group
Description copied from interface:QDesignerCustomWidgetInterface- Specified by:
groupin interfaceQDesignerCustomWidgetInterface
-
createWidget
Description copied from interface:QDesignerCustomWidgetInterface- Specified by:
createWidgetin interfaceQDesignerCustomWidgetInterface
-
domXml
Description copied from interface:QDesignerCustomWidgetInterface- Specified by:
domXmlin interfaceQDesignerCustomWidgetInterface
-