-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Out of scope
-
Affects Version/s: 5.9.3
-
Fix Version/s: None
-
Component/s: Quick: Controls 2
-
Environment:Arch Linux, Qt 5.9.2/5.9.3
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.