MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / setModelData

Method setModelData

src/ComboBoxDelegate.cpp:52–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void ComboBoxDelegate::setModelData(QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const
53{
54 QComboBox *comboBox = static_cast<QComboBox*>(editor);
55 QVariant value = comboBox->currentData();
56
57 model->setData(index, value, Qt::EditRole);
58}
59
60void ComboBoxDelegate::updateEditorGeometry(QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index) const
61{

Callers

nothing calls this directly

Calls 1

setDataMethod · 0.45

Tested by

no test coverage detected