Uses of Interface
io.qt.designer.QDesignerCustomWidgetInterface
Package | Description |
---|---|
io.qt.designer | |
io.qt.designer.util |
-
Uses of QDesignerCustomWidgetInterface in io.qt.designer
Classes in io.qt.designer that implement QDesignerCustomWidgetInterface Modifier and Type Class Description static class
QDesignerCustomWidgetInterface.Impl
Implementor class for interfaceQDesignerCustomWidgetInterface
Methods in io.qt.designer that return types with arguments of type QDesignerCustomWidgetInterface Modifier and Type Method Description List<QDesignerCustomWidgetInterface>
QDesignerCustomWidgetCollectionInterface. customWidgets()
abstract List<QDesignerCustomWidgetInterface>
QDesignerCustomWidgetCollectionInterface.Impl. customWidgets()
QList<QDesignerCustomWidgetInterface>
QFormBuilder. customWidgets()
Methods in io.qt.designer with parameters of type QDesignerCustomWidgetInterface Modifier and Type Method Description static QDesignerCustomWidgetInterface.MemberAccess
QDesignerCustomWidgetInterface.MemberAccess. of(QDesignerCustomWidgetInterface instance)
-
Uses of QDesignerCustomWidgetInterface in io.qt.designer.util
Classes in io.qt.designer.util that implement QDesignerCustomWidgetInterface Modifier and Type Class Description class
CustomWidgetInterface
Generic implementation forQDesignerCustomWidgetInterface
.