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

StyleSheet re-apply "qproperty-" and co. on pseudo state changes.

XMLWordPrintable

    • d71dbe3e9322430dceed9cb2d3f957fbac2ab715 (qt/qtbase/5.15)

      When using pseudo states, and qproperty in style sheet, then qproperty
      doesn't apply for example:

      QPushButton {
      qproperty-icon: url(:/my/resource/icon.png);
      }

      QPushButton:hover {
      qproperty-icon: url(:/my/resource/icon2.png);
      }

      it will always display one icon.

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

            richard Richard Moe Gustavsen
            engvolds Morten Engvoldsen (Inactive)
            Votes:
            25 Vote for this issue
            Watchers:
            25 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes