java.lang.Object
io.qt.widgets.QItemEditorCreator<T>
- All Implemented Interfaces:
QtObjectInterface
,QItemEditorCreatorBase
Java wrapper for Qt class QItemEditorCreator
-
Constructor Summary
ConstructorDescriptionQItemEditorCreator
(QByteArray valuePropertyName, Class<T> widgetType) QItemEditorCreator
(QByteArray valuePropertyName, Function<QWidget, T> constructorHandle) QItemEditorCreator
(String valuePropertyName, Class<T> widgetType) QItemEditorCreator
(String valuePropertyName, Function<QWidget, T> constructorHandle) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
QItemEditorCreator
-
QItemEditorCreator
-
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
-