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

Method ComboBoxDelegate

src/ComboBoxDelegate.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24
25ComboBoxDelegate::ComboBoxDelegate(const QList<ComboBoxItem> &items, QObject *parent)
26 : QStyledItemDelegate(parent), comboBoxItems(items)
27{
28}
29
30QWidget *ComboBoxDelegate::createEditor(QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected