summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/dynamicObject.1.qml
blob: 930bf2cb3c86c74c01457b9d466c20fdd99a4eaf (plain)
1
2
3
4
5
6
7
8
import Test 1.0
import Qt 4.6
MyCustomParserType {
    propa: a + 10
    propb: Math.min(a, 10)
    propc: MyPropertyValueSource {}
    onPropA: a
}