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

Dial in automotive example is a bit squished

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P3: Somewhat important P3: Somewhat important
    • 5.15.0 Beta2
    • 5.15
    • Quick: Controls 2
    • None
    • 1f7959d3dd5942fe7f7553bba16583c37a4969a8 (qt/qtquickcontrols2/5.15)
    • Shovelling Snow

      Only an issue for the Imagine style, and can be reproduced by resizing this window:

      import QtQuick 2.12
      import QtQuick.Controls 2.12
      
      ApplicationWindow {
          width: 640
          height: 480
          visible: true
      
          Dial {
              id: volumeDial
              from: 0
              value: 42
              to: 100
              stepSize: 1
              width: parent.width
              height: parent.height
          }
      }
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes