- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
CustomWidgetInterface
,QDesignerCustomWidgetInterface.Impl
public interface QDesignerCustomWidgetInterface extends QtObjectInterface
Enables Qt Designer to access and construct custom widgets
Java wrapper for Qt class QDesignerCustomWidgetInterface
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QDesignerCustomWidgetInterface.Impl
Implementor class for interfaceQDesignerCustomWidgetInterface
static class
QDesignerCustomWidgetInterface.MemberAccess
-
Method Summary
Modifier and Type Method Description default String
codeTemplate()
QWidget
createWidget(QWidget parent)
default String
domXml()
String
group()
QIcon
icon()
String
includeFile()
default void
initialize(QDesignerFormEditorInterface core)
boolean
isContainer()
default boolean
isInitialized()
String
name()
String
toolTip()
String
whatsThis()