QItemEditorFactory Class Reference
|
Тип | Editor Widget |
---|---|
bool | QComboBox |
double | QDoubleSpinBox |
int | QSpinBox |
unsigned int | |
QDate | QDateEdit |
QDateTime | QDateTimeEdit |
QPixmap | QLabel |
QString | QLineEdit |
QTime | QTimeEdit |
Additional editors can be registered with the registerEditor() function.
See also QItemDelegate, Model/View Programming, and Color Editor Factory Example.
Constructs a new item editor factory.
Destroys the item editor factory.
Creates an editor widget with the given parent for the specified type of data, and returns it as a QWidget.
See also registerEditor().
Returns the default item editor factory.
See also setDefaultFactory().
Registers an item editor creator specified by creator for the given type of data.
Note: The factory takes ownership of the item editor creator and will destroy it if a new creator for the same type is registered later.
See also createEditor().
Sets the default item editor factory to the given factory. Both new and existing delegates will use the new factory.
See also defaultFactory().
Returns the property name used to access data for the given type of data.
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) | Торговые марки | Qt 4.5.3 |
Попытка перевода Qt документации. Если есть желание присоединиться, или если есть замечания или пожелания, то заходите на форум: Перевод Qt документации на русский язык... Люди внесшие вклад в перевод: Команда переводчиков |