QScintilla
2.8.4
|
#include <qscistyledtext.h>
The QsciStyledText class is a container for a piece of text and the style used to display the text.
QsciStyledText::QsciStyledText | ( | const QString & | text, |
int | style | ||
) |
Constructs a QsciStyledText instance for text text and style number style.
QsciStyledText::QsciStyledText | ( | const QString & | text, |
const QsciStyle & | style | ||
) |
Constructs a QsciStyledText instance for text text and style style.