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

QWizardPage background is too bright on macOS with dark theme if QWizard::NoCancelButton option is set to true

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 5.13.1, 5.13.2, 5.14.2
    • GUI: Look'n'Feel
    • None
    • macOS 10.15
    • macOS

    Description

      Try to compile the wizard example on macOS with dark mode enabled.

      The wizard page background is very bright, hard to read the text (wizard.png).

      Wizard pages presented by the package installer are darker (wizard_example.png)

      Now try to set an option before adding a page to the wizard in the constructor, e.g:

       

      setOption( QWizard::NoCancelButton, false );
      addPage(new IntroPage);
      

      The wizard now has a better appearance (not as native macOS wizard, but at least backgrounds of controls are dark).

      With this option set to true, or if it is placed after adding a page - the background is bright.

       

      The original issue was reported here, but not resolved

      https://bugreports.qt.io/browse/QTBUG-71696

       

      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
            sergey_pashkov Sergey Pashkov
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes