Bug 387386

Summary: SpinBox onValueModified is not available due to component versioning
Product: [Frameworks and Libraries] frameworks-qqc2-desktop-style Reporter: SeeLook <seelook>
Component: generalAssignee: Marco Martin <notmart>
Status: RESOLVED FIXED    
Severity: crash CC: kde, seelook
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description SeeLook 2017-11-28 08:32:47 UTC
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
Comment 1 SeeLook 2017-11-29 21:56:54 UTC
Thank You for fixing this :-)