MCPcopy Create free account
hub / github.com/cutechess/cutechess / setTextAlignment

Method setTextAlignment

projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:29758–29761  ·  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

29756 Controls how (multi-lined) text is aligned inside the text rect (typically Qt::AlignLeft, Qt::AlignCenter or Qt::AlignRight).
29757*/
29758void QCPItemText::setTextAlignment(Qt::Alignment alignment)
29759{
29760 mTextAlignment = alignment;
29761}
29762
29763/*!
29764 Sets the angle in degrees by which the text (and the text rectangle, if visible) will be rotated

Callers 2

EvalWidgetMethod · 0.80
onEvalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected