mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 08:59:55 +00:00
FilterEdit Colors
.. time to move on now, this is slightly embarassing.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user