Details
-
Suggestion
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
-
None
Description
When using the following rich text is used in a QLabel, it should be possible to change the color of links when the mouse hovers over them:
<html>
<head>
<style type="text/css">
:link
:hover
{ color : yellow; }</style>
</head>
<body>
This is a <a href="www.trolltech.com">link</a>
</body></html>
This does not seem to work currently.