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