MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / minimumSizeHint

Method minimumSizeHint

qcustomplot/qcustomplot.cpp:14725–14728  ·  view source on GitHub ↗

! \internal Returns a minimum size hint that corresponds to the minimum size of the top level layout (\ref plotLayout). To prevent QCustomPlot from being collapsed to size/width zero, set a minimum size (setMinimumSize) either on the whole QCustomPlot or on any layout elements inside the plot. This is especially important, when placed in a QLayout where other components try to take in a

Source from the content-addressed store, hash-verified

14723 much space as possible (e.g. QMdiArea).
14724*/
14725QSize QCustomPlot::minimumSizeHint() const
14726{
14727 return mPlotLayout->minimumOuterSizeHint();
14728}
14729
14730/*! \internal
14731

Callers

nothing calls this directly

Calls 1

minimumOuterSizeHintMethod · 0.80

Tested by

no test coverage detected