! Controls how (multi-lined) text is aligned inside the text rect (typically Qt::AlignLeft, Qt::AlignCenter or Qt::AlignRight). */
| 29756 | Controls how (multi-lined) text is aligned inside the text rect (typically Qt::AlignLeft, Qt::AlignCenter or Qt::AlignRight). |
| 29757 | */ |
| 29758 | void 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 |
no outgoing calls
no test coverage detected