FilterEdit Colors

.. time to move on now, this is slightly
   embarassing.
This commit is contained in:
Mark Liversedge
2015-08-20 07:18:47 +01:00
parent 982ff35653
commit ee3322fb85

View File

@@ -196,12 +196,12 @@ DataFilter::colorSyntax(QTextDocument *document, int pos)
QTextCharFormat symbol;
symbol.setUnderlineStyle(QTextCharFormat::NoUnderline);
symbol.setForeground(Qt::blue);
symbol.setForeground(Qt::red);
QTextCharFormat literal;
literal.setFontWeight(QFont::Normal);
literal.setUnderlineStyle(QTextCharFormat::NoUnderline);
literal.setForeground(Qt::red);
literal.setForeground(Qt::magenta);
QTextCharFormat comment;
comment.setFontWeight(QFont::Normal);