MCPcopy Create free account
hub / github.com/KDE/kdevelop / sizeHint

Method sizeHint

kdevplatform/shell/areadisplay.cpp:117–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117QSize AreaDisplay::sizeHint() const
118{
119 QSize hint = QWidget::sizeHint();
120 hint = hint.boundedTo(QSize(hint.width(), m_mainWindow->menuBar()->height()-1));
121 return hint;
122}
123
124#include "moc_areadisplay.cpp"

Callers 5

tabToolTipRequestedMethod · 0.45
sizeHintFunction · 0.45
paintFunction · 0.45
updateItemWidgetsFunction · 0.45
showToolTipMethod · 0.45

Calls 1

sizeHintFunction · 0.85

Tested by

no test coverage detected