MCPcopy Create free account
hub / github.com/Liniyous/ElaWidgetTools / sizeHint

Method sizeHint

ElaWidgetTools/DeveloperComponents/ElaFooterDelegate.cpp:239–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239QSize ElaFooterDelegate::sizeHint(const QStyleOptionViewItem& option, const QModelIndex& index) const
240{
241 QSize size = QStyledItemDelegate::sizeHint(option, index);
242 size.setHeight(40);
243 return size;
244}
245
246bool ElaFooterDelegate::_compareItemY(ElaNavigationNode* node1, ElaNavigationNode* node2)
247{

Callers 1

_doLayoutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected