Subclass of QStyledItemDelegate which uses QComboBox as item editor.
More...
#include <comboboxdelegate.h>
Inherits QStyledItemDelegate.
Subclass of QStyledItemDelegate which uses QComboBox as item editor.
◆ ComboBoxDelegate() [1/2]
◆ ComboBoxDelegate() [2/2]
◆ ~ComboBoxDelegate()
◆ createEditor()
QWidget * createEditor |
( |
QWidget * |
parent, |
|
|
const QStyleOptionViewItem & |
option, |
|
|
const QModelIndex & |
index |
|
) |
| const |
|
override |
◆ setEditorData()
void setEditorData |
( |
QWidget * |
editor, |
|
|
const QModelIndex & |
index |
|
) |
| const |
|
override |
◆ setModelData()
void setModelData |
( |
QWidget * |
editor, |
|
|
QAbstractItemModel * |
model, |
|
|
const QModelIndex & |
index |
|
) |
| const |
|
override |
◆ updateEditorGeometry()
void updateEditorGeometry |
( |
QWidget * |
editor, |
|
|
const QStyleOptionViewItem & |
option, |
|
|
const QModelIndex & |
index |
|
) |
| const |
|
override |
◆ operator=()
◆ mEditable
The documentation for this class was generated from the following files: