![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
QDefaultItemEditorFactory () | |
QWidget * | createEditor (int userType, QWidget *parent) const override |
Creates an editor widget with the given parent for the specified userType of data, and returns it as a QWidget. | |
QByteArray | valuePropertyName (int) const override |
Returns the property name used to access data for the given userType of data. | |
QDefaultItemEditorFactory () | |
QWidget * | createEditor (int userType, QWidget *parent) const override |
Creates an editor widget with the given parent for the specified userType of data, and returns it as a QWidget. | |
QByteArray | valuePropertyName (int) const override |
Returns the property name used to access data for the given userType of data. | |
![]() | |
QItemEditorFactory () | |
Constructs a new item editor factory. | |
virtual | ~QItemEditorFactory () |
Destroys the item editor factory. | |
void | registerEditor (int userType, QItemEditorCreatorBase *creator) |
Registers an item editor creator specified by creator for the given userType of data. | |
Additional Inherited Members | |
![]() | |
static const QItemEditorFactory * | defaultFactory () |
Returns the default item editor factory. | |
static void | setDefaultFactory (QItemEditorFactory *factory) |
[2] | |
Definition at line 195 of file qitemeditorfactory.cpp.
|
inline |
Definition at line 198 of file qitemeditorfactory.cpp.
|
inline |
Definition at line 198 of file qitemeditorfactory.cpp.
|
overridevirtual |
Creates an editor widget with the given parent for the specified userType of data, and returns it as a QWidget.
Reimplemented from QItemEditorFactory.
Definition at line 203 of file qitemeditorfactory.cpp.
|
overridevirtual |
Creates an editor widget with the given parent for the specified userType of data, and returns it as a QWidget.
Reimplemented from QItemEditorFactory.
|
overridevirtual |
Returns the property name used to access data for the given userType of data.
Reimplemented from QItemEditorFactory.
Definition at line 273 of file qitemeditorfactory.cpp.
|
overridevirtual |
Returns the property name used to access data for the given userType of data.
Reimplemented from QItemEditorFactory.