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

Method setRowSpacing

qcustomplot/qcustomplot.cpp:4325–4328  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

4323 \see setColumnSpacing
4324*/
4325void QCPLayoutGrid::setRowSpacing(int pixels)
4326{
4327 mRowSpacing = pixels;
4328}
4329
4330/*!
4331 Sets the maximum number of columns or rows that are used, before new elements added with \ref

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected