https://bugs.kde.org/show_bug.cgi?id=387386

            Bug ID: 387386
           Summary: SpinBox onValueModified is not available due to
                    component versioning
           Product: frameworks-qqc2-desktop-style
           Version: unspecified
          Platform: Archlinux Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: general
          Assignee: notm...@gmail.com
          Reporter: seel...@gmail.com
                CC: k...@davidedmundson.co.uk
  Target Milestone: ---

Using this QQC2 this example fails to start:
``````````
import QtQuick 2.9
import QtQuick.Controls 2.2

SpinBox {
  from: 1; to: 50
  value: 5
  onValueModified: console.log(value)
}
`````````````````
it returns:
"SpinBox.onValueModified" is not available due to component versioning.

First I called this issue on: [1]
but only frameworks-qqc2-desktop-style causes this issue.
In [1] may be a clue of possible reason of that wrong behavior.


[1] https://bugreports.qt.io/browse/QTBUG-64762

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to