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

Method setColumnSpacing

qcustomplot/qcustomplot.cpp:4315–4318  ·  view source on GitHub ↗

! Sets the gap that is left blank between columns to \a pixels. \see setRowSpacing */

Source from the content-addressed store, hash-verified

4313 \see setRowSpacing
4314*/
4315void QCPLayoutGrid::setColumnSpacing(int pixels)
4316{
4317 mColumnSpacing = pixels;
4318}
4319
4320/*!
4321 Sets the gap that is left blank between rows to \a pixels.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected