Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlotJuggler/PlotJuggler
/ hasHeightForWidth
Method
hasHeightForWidth
pj_widgets/src/FlowLayout.cpp:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
bool FlowLayout::hasHeightForWidth() const {
60
return true;
61
}
62
63
int FlowLayout::heightForWidth(int width) const {
64
return doLayout(QRect(0, 0, width, 0), true);
Callers
1
showEvent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected