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

QComboBox disabled w/ text-decoration qss property

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.8.2
    • Widgets: Style Sheets
    • None
    • Windows

    Description

      A QComboBox does not apply the text-decoration qss property when disabled.

      QComboBox {
      color: red;
      text-decoration: underline;
      }
      
      QComboBox:disabled {
      color: blue;
      text-decoration: line-through;
      }

      The QComboBox will have underlined red text when enabled, but underlined blue text when disabled, instead of blue text with a strike-through.

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            callam Callam Hartley
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes