-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
6.9.2
-
None
The Qt docs for QML Text's linkColor state:
This property works with the StyledText textFormat, but not with RichText. Link color in RichText can be specified by including CSS style tags in the text.
I tried to set the color using QML palette.link and via QGuiApplication::setPalette() (see attached MWE).
While the later works, setting the color in palette.link does not.
Is this expected behavior? It would seem easier to just set the palette color in QML for QML Text instances.