qt-bugs@ issue : N190509 Trolltech task ID : 190904 (Status: closed; Version fix: 4.5.0) applied: no author: Rafael Fernández López Links are assigned a foreground color according to the system current color scheme. --- a/src/gui/text/qtexthtmlparser.cpp +++ b/src/gui/text/qtexthtmlparser.cpp @@ -1053,7 +1053,7 @@ && !attributes.at(i + 1).isEmpty()) { hasHref = true; charFormat.setUnderlineStyle(QTextCharFormat::SingleUnderline); - charFormat.setForeground(Qt::blue); + charFormat.setForeground(QApplication::palette().link()); } }