MCPcopy Create free account
hub / github.com/KDAB/GammaRay / verticalRulerWidth

Method verticalRulerWidth

ui/remoteviewwidget.cpp:1346–1349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1344}
1345
1346int RemoteViewWidget::verticalRulerWidth() const
1347{
1348 return fontMetrics().horizontalAdvance(QString::number(m_frame.sceneRect().height())) + 24; // 2* tick length + some margin
1349}
1350
1351int RemoteViewWidget::horizontalRulerHeight() const
1352{

Callers

nothing calls this directly

Calls 1

sceneRectMethod · 0.80

Tested by

no test coverage detected