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

Method setIconTextPadding

qcustomplot/qcustomplot.cpp:18455–18458  ·  view source on GitHub ↗

! Sets the horizontal space in pixels between the legend icon and the text next to it. Legend items that draw an icon (e.g. a visual representation of the graph) and text (e.g. the name of the graph) will use this space by default. */

Source from the content-addressed store, hash-verified

18453 name of the graph) will use this space by default.
18454*/
18455void QCPLegend::setIconTextPadding(int padding)
18456{
18457 mIconTextPadding = padding;
18458}
18459
18460/*!
18461 Sets the pen used to draw a border around each legend icon. Legend items that draw an

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected