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

SpinBox issue with minimumValue

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.4.1
    • 5.4.0 Beta
    • Quick: Controls 1
    • None
    • OS X 10.10
    • ef45995bc59cff6299ca5b10b4acb4840c473172

    Description

      This does not accept any keyboard input.

      import QtQuick 2.3
      import QtQuick.Controls 1.2
      
      Item {
          width: 200
          height: 100
      
          SpinBox {
              anchors.centerIn: parent
              minimumValue: 10
              maximumValue: 100
          }
      }
      

      Attachments

        For Gerrit Dashboard: QTBUG-42342
        # Subject Branch Project Status CR V

        Activity

          People

            cuke Filippo Cucchetto
            sqq S.Gold
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes