MCPcopy Create free account
hub / github.com/baldurk/renderdoc / sizeHint

Method sizeHint

qrenderdoc/Windows/Dialogs/ConfigEditor.cpp:442–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442QSize SettingDelegate::sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const
443{
444 return QStyledItemDelegate::sizeHint(option, index);
445}
446
447bool SettingDelegate::editorEvent(QEvent *event, QAbstractItemModel *model,
448 const QStyleOptionViewItem &option, const QModelIndex &index)

Callers 2

minimumSizeHintMethod · 0.45
locationEdit_clickedMethod · 0.45

Calls 1

sizeHintFunction · 0.50

Tested by

no test coverage detected