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

[REG: 6.7.1->6.7.2] ComboBox popup background seems to follow system palette

XMLWordPrintable

      For example:

      Most likely due to QTBUG-124474 and QTBUG-125529 fixes.

      import QtQuick
      import QtQuick.Controls.Basic
      
      ApplicationWindow {
          width: 640
          height: 480
          visible: true
          title: qsTr("Hello World")
      
          ComboBox {
              model: 10
      
              Component.onCompleted: popup.open()
          }
      }
      

        1. image-2024-06-25-09-58-00-244.png
          8 kB
          Joni Poikelin
        2. qtbase126635.zip
          2 kB
          Joni Poikelin
        3. ComboBox Theme Awareness.mov
          28.00 MB
          Mike Trahearn
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            mitch_curtis Mitch Curtis
            poikelin Joni Poikelin
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes