Abstract base class for rendering text strings.
A class representing a text.
LayoutAttribute
Layout Attributes The layout attributes affects some aspects of the layout of the text.
@ RichText
Use the Scribe framework (Qt Rich Text) to render the text.
@ PlainText
Draw the text as it is, using a QwtPlainTextEngine.
QFlags< LayoutAttribute > LayoutAttributes
QFlags< PaintAttribute > PaintAttributes