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

QML Controls on Drawer/ToolBar don't inherit the system style(including Universal and Material).

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 5.12.8, 5.13.2
    • Quick: Controls 2
    • None
    • All

    Description

      code-snippet below can be used to reproduce the issue. Try to change the theme and accent, background, foreground, the label won't be changed according to the window settings.

      ApplicationWindow {
      id: window
      visible: true 
      Universal.theme: Universal.Dark
      Universal.accent: Universal.Violet
      Drawer {
      id: drawer
      width: 0.66 * window.width
      height: window.height 
      Label

      { text: "Content goes here!" anchors.centerIn: parent }

      }

      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
            bugman Vico Liang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes