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

missing "image:" in QSplitter style-sheet example

    XMLWordPrintable

Details

    • 1575462bf90851fb134db4892e93c04b396543f1

    Description

      In qthelp://com.trolltech.qt.472/qdoc/stylesheet-examples.html#customizing-qsplitter there is a correct example for ::handle :

      QSplitter::handle {
          image: url(images/splitter.png);
      

      but the example for ::handle:pressed misses the "image:" - there is:

      QSplitter::handle:pressed {
          url(images/splitter_pressed.png);
      

      while it should be:

      QSplitter::handle:pressed {
          image: url(images/splitter_pressed.png);
      

      instead.

      Patch attached.

      Attachments

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

        Activity

          People

            cvandonderen Casper van Donderen
            wiecko Marek Wieckowski
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes