java.lang.Object
io.qt.internal.NativeUtility.Object
io.qt.QtObject
io.qt.widgets.QItemEditorFactory
- All Implemented Interfaces:
QtObjectInterface
Widgets for editing item data in views and delegates
Java wrapper for Qt's class QItemEditorFactory
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptioncreateEditor
(int userType, QWidget parent) static QItemEditorFactory
final void
registerEditor
(int userType, QItemEditorCreatorBase creator) static void
setDefaultFactory
(QItemEditorFactory factory) valuePropertyName
(int userType) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QItemEditorFactory
public QItemEditorFactory() -
QItemEditorFactory
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
registerEditor
-
createEditor
-
valuePropertyName
-
defaultFactory
-
setDefaultFactory
-