Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-3307

[QLabel] Not possible to change hovered link color through a CSS rule

    XMLWordPrintable

Details

    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

      { color : #FF0000; }

      :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.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            sletta Gunnar Sletta
            jabarron Jason Barron
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes