java.lang.Object
io.qt.widgets.QItemEditorCreator<T>
- All Implemented Interfaces:
QtObjectInterface
,QItemEditorCreatorBase
public class QItemEditorCreator<T extends QWidget> extends Object implements QItemEditorCreatorBase
Java wrapper for Qt class QItemEditorCreator
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
QItemEditorCreator.ConstructorHandle<T>
Nested classes/interfaces inherited from interface io.qt.widgets.QItemEditorCreatorBase
QItemEditorCreatorBase.Impl
-
Constructor Summary
Constructors Constructor Description QItemEditorCreator(QByteArray valuePropertyName, QItemEditorCreator.ConstructorHandle<T> constructor)
QItemEditorCreator(QByteArray valuePropertyName, Class<T> widgetType)
QItemEditorCreator(String valuePropertyName, QItemEditorCreator.ConstructorHandle<T> constructorHandle)
QItemEditorCreator(String valuePropertyName, Class<T> widgetType)
-
Method Summary
Modifier and Type Method Description T
createWidget(QWidget parent)
QByteArray
valuePropertyName()
-
Constructor Details
-
QItemEditorCreator
public QItemEditorCreator(String valuePropertyName, QItemEditorCreator.ConstructorHandle<T> constructorHandle) -
QItemEditorCreator
public QItemEditorCreator(QByteArray valuePropertyName, QItemEditorCreator.ConstructorHandle<T> constructor) -
QItemEditorCreator
-
QItemEditorCreator
-
-
Method Details
-
createWidget
Description copied from interface:QItemEditorCreatorBase
- Specified by:
createWidget
in interfaceQItemEditorCreatorBase
-
valuePropertyName
Description copied from interface:QItemEditorCreatorBase
- Specified by:
valuePropertyName
in interfaceQItemEditorCreatorBase
-