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

Scroll area and children do not adopt palette change

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 6.2.4, 6.5.2
    • None
    • macos 13.6.4 (22G513)

    • macOS

      When changing the system theme some widgets do not adopt the palette change.

      From what i can tell at least QScrollArea and its content widget and also QCheckBox text is not adjusted.

      See the attachment.

      The scroll area and the contents widget in "Allgemein" is static, those contentwidgets in plugins are dynamically set. 

      as you can see changing the color does not affect the existing (scrollareacontent)widgets while new ones created have the correct palette. 

      Also the text in checkboxes is affected.

      Setting stylesheet

      QScrollArea { background: transparent; }
      QScrollArea > QWidget > QWidget { background: transparent; } 

      At least is a workaround for the background

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

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            manuelschneid3r Manuel Schneider
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes