| 58 | } |
| 59 | |
| 60 | void ComboBoxDelegate::updateEditorGeometry(QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index) const |
| 61 | { |
| 62 | Q_UNUSED(index) |
| 63 | |
| 64 | editor->setGeometry(option.rect); |
| 65 | } |
| 66 | |
| 67 | |
| 68 | QSize ComboBoxDelegate::sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const |
nothing calls this directly
no outgoing calls
no test coverage detected