Commit 8550ed69 authored by Andrew den Exter's avatar Andrew den Exter Committed by Qt by Nokia
Browse files

Add linkColor property to Text.


Allows the color of links in text to be changed from the default blue.

This currently only works with StyledText and the distance field
rendererer.  It could be made to work with RichText overwriting the
specified foreground color in all instances or by not setting a default
color in the html parser.  The former would prevent the color being
set with CSS or some future means for altering text formats.  The latter
would break rendering with QPainter.

Task-number: QTBUG-23048
Change-Id: I98df215cabe8a089f648fd4a6206622b4318fb8f
Reviewed-by: default avatarMartin Jones <martin.jones@nokia.com>
parent a4b4932e
Branches
Tags
No related merge requests found
Showing with 157 additions and 19 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment