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()
          }
      }
      

        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