| QScintilla
    2.6.1
    | 
#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.
 1.7.5.1
 1.7.5.1