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

Method minimumSizeHint

qrenderdoc/Windows/TimelineBar.cpp:218–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218QSize TimelineBar::minimumSizeHint() const
219{
220 return QSize(margin * 4 + borderWidth * 2 + 100,
221 margin * 4 + borderWidth * 2 + m_eidAxisRect.height() * 2 +
222 m_highlightingRect.height() + horizontalScrollBar()->sizeHint().height());
223}
224
225void TimelineBar::resizeEvent(QResizeEvent *e)
226{

Callers 2

Calls 3

QSizeClass · 0.50
heightMethod · 0.45
sizeHintMethod · 0.45

Tested by

no test coverage detected