![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Functions | |
editorFactory | registerEditor (QMetaType::QDateTime, creator) |
Variables | |
QColor | color |
[0] | |
QItemEditorCreator< MyEditor > * | itemCreator |
[0] | |
QItemEditorFactory * | factory = new QItemEditorFactory |
QItemEditorFactory * | editorFactory = new QItemEditorFactory |
[1] | |
QItemEditorCreatorBase * | creator = new QStandardItemEditorCreator<MyFancyDateTimeEdit>() |
editorFactory registerEditor | ( | QMetaType::QDateTime | , |
creator | ) |
QItemEditorCreatorBase * creator = new QStandardItemEditorCreator<MyFancyDateTimeEdit>() |
Definition at line 20 of file src_gui_itemviews_qitemeditorfactory.cpp.
QItemEditorFactory * editorFactory = new QItemEditorFactory |
|
inline |
Definition at line 13 of file src_gui_itemviews_qitemeditorfactory.cpp.
QItemEditorCreator< MyEditor > * itemCreator |
[0]
[1]
Definition at line 10 of file src_gui_itemviews_qitemeditorfactory.cpp.