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

Default QML Drawer is smoother than the Material Drawer

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.8.2, 6.10
    • Quick: Controls 2
    • None
    • Windows

    Description

      Tested with 6.8.2 and 6.10.

      Tested on two PCs, both have the same behavior. The Material drawer is clearly not smooth.

      • Windows 11 Nvidia 4070
      • Windows 11 AMD 7600

      2025-03-17 11-08-18.mp4
      2025-03-17 11-07-59.mp4

      import QtQuick
      import QtQuick.Controls // Smooth
      // import QtQuick.Controls.Material // Not smooth
      
      ApplicationWindow {
          id: window
          width:1366
          height: 768
          visible: true
      
          Button {
              text: "open"
              onClicked: drawer.open()
          }
      
          Drawer {
              id: drawer
              width: 0.66 * window.width
              height: window.height
      
              Button {
                  text: "close"
                  onClicked: drawer.close()
              }
      
          }
      }
      
      

      Attachments

        1. 2025-03-17 11-07-59.mp4
          52 kB
          Elias Steurer
        2. 2025-03-17 11-08-18.mp4
          92 kB
          Elias Steurer
        3. firefox_8waOTc1GIL.mp4
          158 kB
          Elias Steurer
        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
            kelteseth Elias Steurer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes