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

Method setText

qcustomplot/qcustomplot.cpp:19041–19044  ·  view source on GitHub ↗

! Sets the text that will be displayed to \a text. Multiple lines can be created by insertion of "\n". \see setFont, setTextColor, setTextFlags */

Source from the content-addressed store, hash-verified

19039 \see setFont, setTextColor, setTextFlags
19040*/
19041void QCPTextElement::setText(const QString &text)
19042{
19043 mText = text;
19044}
19045
19046/*!
19047 Sets options for text alignment and wrapping behaviour. \a flags is a bitwise OR-combination of

Calls

no outgoing calls

Tested by

no test coverage detected