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

SpinBox onValueModified is not available due to component versioning

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • 5.9.3
    • Quick: Controls 2
    • Arch Linux, Qt 5.9.2/5.9.3

    Description

      This simple example:

      import QtQuick 2.9
      import QtQuick.Controls 2.2
      
      SpinBox {
        from: 1; to: 50
        value: 5
        onValueModified: console.log(value)
      }
      

      Returns:
      "SpinBox.onValueModified" is not available due to component versioning.

      Attachments

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

        Activity

          People

            laknoll Lars Knoll
            seelook Tomasz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes