MCPcopy 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
63int FlowLayout::heightForWidth(int width) const {
64 return doLayout(QRect(0, 0, width, 0), true);
65}
66
67void FlowLayout::setGeometry(const QRect& rect) {
68 QLayout::setGeometry(rect);

Callers 3

repositionToastsMethod · 0.45
showEventMethod · 0.45
TESTFunction · 0.45

Calls 1

QRectClass · 0.50

Tested by 1

TESTFunction · 0.36