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

Method setIconSize

qcustomplot/qcustomplot.cpp:18437–18440  ·  view source on GitHub ↗

! Sets the size of legend icons. Legend items that draw an icon (e.g. a visual representation of the graph) will use this size by default. */

Source from the content-addressed store, hash-verified

18435 representation of the graph) will use this size by default.
18436*/
18437void QCPLegend::setIconSize(const QSize &size)
18438{
18439 mIconSize = size;
18440}
18441
18442/*! \overload
18443*/

Callers

nothing calls this directly

Calls 1

setWidthMethod · 0.80

Tested by

no test coverage detected