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

Material style ComboBox has white text (on a white background) when put in a ToolBar

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.7.1
    • 5.7.0
    • Quick: Controls 2
    • None
    • 6e8533b741f4fd527f17d17e7730489661ae91a5

    Description

      import QtQuick 2.6
      import QtQuick.Layouts 1.3
      import QtQuick.Controls 2.0
      
      ApplicationWindow {
          visible: true
          width: 640
          height: 480
          title: qsTr("Hello World")
      
          header: ToolBar {
              ComboBox {
                  model: Qt.fontFamilies()
              }
          }
      
          ComboBox {
              model: Qt.fontFamilies()
              anchors.centerIn: parent
          }
      }
      

      Attachments

        Issue Links

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

          Activity

            People

              mitch_curtis Mitch Curtis
              mitch_curtis Mitch Curtis
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes