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

Method sizeHint

qcustomplot/qcustomplot.cpp:14735–14738  ·  view source on GitHub ↗

! \internal Returns a size hint that is the same as \ref minimumSizeHint. */

Source from the content-addressed store, hash-verified

14733
14734*/
14735QSize QCustomPlot::sizeHint() const
14736{
14737 return mPlotLayout->minimumOuterSizeHint();
14738}
14739
14740/*! \internal
14741

Callers

nothing calls this directly

Calls 1

minimumOuterSizeHintMethod · 0.80

Tested by

no test coverage detected