forked from qt-creator/qt-creator
Re-added the blue link color for (file) URLs.
This commit is contained in:
@@ -53,6 +53,7 @@ void QmlOutputFormatter::appendApplicationOutput(const QString &text, bool onStd
|
|||||||
|
|
||||||
QTextCharFormat normalFormat = plainTextEdit()->currentCharFormat();
|
QTextCharFormat normalFormat = plainTextEdit()->currentCharFormat();
|
||||||
QTextCharFormat linkFormat = normalFormat;
|
QTextCharFormat linkFormat = normalFormat;
|
||||||
|
linkFormat.setForeground(plainTextEdit()->palette().link().color());
|
||||||
linkFormat.setUnderlineStyle(QTextCharFormat::SingleUnderline);
|
linkFormat.setUnderlineStyle(QTextCharFormat::SingleUnderline);
|
||||||
linkFormat.setAnchor(true);
|
linkFormat.setAnchor(true);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user