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

SpinBox value can be outside of from-to range

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.9.2
    • 5.9.1
    • Quick: Controls 2
    • None
    • bc2f84ad4a80401afd7d7b482fcab2487e87e1db

    Description

      In the example below, the value of the spinbox starts off at 0, when it should be 1000:

      import QtQuick 2.8
      import QtQuick.Controls 2.1
      
      ApplicationWindow {
          width: 400
          height: 300
          visible: true
      
          SpinBox {
              from: 1000
              to: 10000
          }
      }
      

      Attachments

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

        Activity

          People

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