QtBase  v6.3.1
Functions | Variables
src_gui_itemviews_qitemeditorfactory.cpp File Reference

Go to the source code of this file.

Functions

editorFactory registerEditor (QMetaType::QDateTime, creator)
 

Variables

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

Function Documentation

◆ registerEditor()

editorFactory registerEditor ( QMetaType::QDateTime  ,
creator   
)

Variable Documentation

◆ color

QColor color
readwrite

[0]

[2]

[3]

Definition at line 1 of file src_gui_itemviews_qitemeditorfactory.cpp.

◆ creator

QItemEditorCreatorBase* creator = new QStandardItemEditorCreator<MyFancyDateTimeEdit>()

Definition at line 66 of file src_gui_itemviews_qitemeditorfactory.cpp.

◆ editorFactory

QItemEditorFactory* editorFactory = new QItemEditorFactory

[1]

[2]

Definition at line 65 of file src_gui_itemviews_qitemeditorfactory.cpp.

◆ factory

Definition at line 60 of file src_gui_itemviews_qitemeditorfactory.cpp.

◆ 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 57 of file src_gui_itemviews_qitemeditorfactory.cpp.