Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlotJuggler/PlotJuggler
/ heightForWidth
Method
heightForWidth
pj_widgets/src/FlowLayout.cpp:63–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
int FlowLayout::heightForWidth(int width) const {
64
return doLayout(QRect(0, 0, width, 0), true);
65
}
66
67
void FlowLayout::setGeometry(const QRect& rect) {
68
QLayout::setGeometry(rect);
Callers
3
repositionToasts
Method · 0.45
showEvent
Method · 0.45
TEST
Function · 0.45
Calls
1
QRect
Class · 0.50
Tested by
1
TEST
Function · 0.36