Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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

◆ editorFactory

QItemEditorFactory* editorFactory = new QItemEditorFactory

[1]

[setDefaultFactory] [2]

Definition at line 19 of file src_gui_itemviews_qitemeditorfactory.cpp.

◆ factory

◆ itemCreator

QItemEditorCreator<MyEditor>* itemCreator
Initial value:
=
new QItemEditorCreator<MyEditor>("myProperty")

[0]

[1]

Definition at line 10 of file src_gui_itemviews_qitemeditorfactory.cpp.