MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / sizeHint

Method sizeHint

ASAP/ScaleBar.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80QSize ScaleBar::sizeHint() const {
81 QSize size(_currentWidth + 1, 21);
82 return size;
83}
84
85int ScaleBar::heightForWidth(int w) const {
86 return 21;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected