MCPcopy 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
59bool FlowLayout::hasHeightForWidth() const {
60 return true;
61}
62
63int FlowLayout::heightForWidth(int width) const {
64 return doLayout(QRect(0, 0, width, 0), true);

Callers 1

showEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected