Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
src_gui_itemviews_qitemeditorfactory.cpp File Reference

(4e1a1f3697563124588d7d00089b15084220ca42)

Go to the source code of this file.

Functions

editorFactory registerEditor (QMetaType::QDateTime, creator)
 

Variables

QColor color
 [0]
 
QItemEditorCreator< MyEditor > * itemCreator
 [0]
 
QItemEditorFactoryfactory = new QItemEditorFactory
 
QItemEditorFactoryeditorFactory = new QItemEditorFactory
 [1]
 
QItemEditorCreatorBasecreator = new QStandardItemEditorCreator<MyFancyDateTimeEdit>()
 

Function Documentation

◆ registerEditor()

editorFactory registerEditor ( QMetaType::QDateTime ,
creator  )

Variable Documentation

◆ color

QColor color
readwrite

[0]

[setDefaultFactory]

[3]

Definition at line 5 of file src_gui_itemviews_qitemeditorfactory.cpp.

◆ creator

QItemEditorCreatorBase * creator = new QStandardItemEditorCreator<MyFancyDateTimeEdit>()

Definition at line 20 of file src_gui_itemviews_qitemeditorfactory.cpp.

◆ editorFactory

QItemEditorFactory * editorFactory = new QItemEditorFactory

[1]

[setDefaultFactory] [2]

Definition at line 19 of file src_gui_itemviews_qitemeditorfactory.cpp.

◆ factory

QItemEditorFactory * factory = new QItemEditorFactory
inline

Definition at line 13 of file src_gui_itemviews_qitemeditorfactory.cpp.

◆ itemCreator

QItemEditorCreator< MyEditor > * itemCreator
Initial value:
=
new QItemEditorCreator<MyEditor>("myProperty")
The QItemEditorCreator class makes it possible to create item editor creator bases without subclassin...

[0]

[1]

Definition at line 10 of file src_gui_itemviews_qitemeditorfactory.cpp.