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

Dial in automotive example is a bit squished

    XMLWordPrintable

Details

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

    Description

      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
          }
      }
      

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes