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

Method updateEditorGeometry

src/SpinBoxDelegate.cpp:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void SpinBoxDelegate::updateEditorGeometry(QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index) const
57{
58 Q_UNUSED(index)
59
60 editor->setGeometry(option.rect);
61}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected