Details
-
Type:
Task
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: Qt Creator 4.13.0-beta1
-
Fix Version/s: Qt Creator 4.13.0-beta1
-
Component/s: Quick / QML Support
-
Labels:None
-
Environment:
Reported on Windows and Linux
Description
import QtQuick 2.12
Keyframe { easing.bezierCurve: [0.2, 0.2, 0.87, 0.425, 1, 1] value: 54 frame: 1000 }
I get bezierCurve is not a member of QEasingCurve.
When importing QtQuick 2.15 everything seems to work fine on first glance,
but no luck with 2.12.
I attached my test file.