Details
-
Task
-
Resolution: Done
-
P2: Important
-
None
-
None
-
8fdd400d99bf380660151c3d41c21b51cd492f30
Description
qtbase/src/gui/text/qtexthtmlparser.cpp
// set element specific attributes switch (id) { case Html_a: charFormat.setAnchor(true); for (int i = 0; i < attributes.count(); i += 2) { const QString key = attributes.at(i); if (key.compare(QLatin1String("href"), Qt::CaseInsensitive) == 0 && !attributes.at(i + 1).isEmpty()) { hasHref = true; charFormat.setUnderlineStyle(QTextCharFormat::SingleUnderline); charFormat.setForeground(Qt::blue); // ### Qt5: QApplication::palette().link()); } }
Attachments
Issue Links
- is duplicated by
-
QTBUG-85567 QLabel rich text link color does not respect updates to palette
- Open
- resulted from
-
QTBUG-23524 [API] Grep the source for Qt5 todo items
- Closed