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

[REG 6.8.1->6.8.2] QML color dialog uses wrong button style

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P1: Critical
    • None
    • 6.8.2
    • Quick: Dialogs
    • None
    • Fedora 41, KDE Plasma

    Description

      Consider the following QML code

      import QtQuick
      import QtQuick.Dialogs
      import QtQuick.Controls
      
      Window {
          visible: true
      
          Button {
              text: "Click me"
              onClicked: colorDialog.open()
          }
      
          ColorDialog {
              id: colorDialog
          }
      } 

      and run it in qmlscene on KDE Plasma.

      The "Click me" button follows the system theme as expected. The footer buttons in the color dialog however look completely different and out of place.

      See screenshots in https://bugzilla.redhat.com/show_bug.cgi?id=2344793

      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
            nicolasfella Nicolas Fella
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes