Re-added the blue link color for (file) URLs.

This commit is contained in:
Erik Verbruggen
2010-04-20 11:35:36 +02:00
parent 436a0ffebf
commit efd06c21f9

View File

@@ -53,6 +53,7 @@ void QmlOutputFormatter::appendApplicationOutput(const QString &text, bool onStd
QTextCharFormat normalFormat = plainTextEdit()->currentCharFormat();
QTextCharFormat linkFormat = normalFormat;
linkFormat.setForeground(plainTextEdit()->palette().link().color());
linkFormat.setUnderlineStyle(QTextCharFormat::SingleUnderline);
linkFormat.setAnchor(true);