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

Method setTextAlignment

qcustomplot/qcustomplot.cpp:28967–28970  ·  view source on GitHub ↗

! Controls how (multi-lined) text is aligned inside the text rect (typically Qt::AlignLeft, Qt::AlignCenter or Qt::AlignRight). */

Source from the content-addressed store, hash-verified

28965 Controls how (multi-lined) text is aligned inside the text rect (typically Qt::AlignLeft, Qt::AlignCenter or Qt::AlignRight).
28966*/
28967void QCPItemText::setTextAlignment(Qt::Alignment alignment)
28968{
28969 mTextAlignment = alignment;
28970}
28971
28972/*!
28973 Sets the angle in degrees by which the text (and the text rectangle, if visible) will be rotated

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected