aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlqt/data/quaternion.qml
blob: 6203bd1e32a57ed437fc960d489b15a902501b90 (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

QtObject {
    property variant test1: Qt.quaternion(2, 17, 0.9, 0.6);
    property variant test2: Qt.quaternion(102, -10, -982.1, 10);
    property variant test3: Qt.quaternion(102, -10, -982.1);
    property variant test4: Qt.quaternion(102, -10, -982.1, 10, 15);
}