| Summary: | SpinBox onValueModified is not available due to component versioning | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-qqc2-desktop-style | Reporter: | SeeLook <seelook> |
| Component: | general | Assignee: | 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: | |||
Thank You for fixing this :-) |
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