qtdeclarative/tests/auto/qml/qmlcppcodegen/data/math.qml

8 lines
130 B
QML

import QML
QtObject {
property int a: Math.max(5, 7, 9, -111)
property var b: 50 / 22
property real c: Math.PI * 2
}