|
Scribus
Open source desktop publishing at your fingertips
|
#include <swsyntaxhighlighter.h>


Public Member Functions | |
| SWSyntaxHighlighter (QTextEdit *textEdit) | |
| void | highlightBlock (const QString &text) |
Simple syntax highlighting for configuration editor (QTextEdit).
| void SWSyntaxHighlighter::highlightBlock | ( | const QString & | text | ) |
Reimplementation of the Qt highligtion for simple cfg file
| text | string (one row) provided by text editor via QSyntaxHighlighter inheritance. |