aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlvaluetypes/data/customvaluetype.qml
blob: 380eb55f547663c4ed966d181a913b8a34b83328 (plain)
1
2
3
4
5
6
7
8
9
10
11
import QtQuick 2.0
import Test 1.0

TypeWithCustomValueType {
    desk {
        monitorCount: 3
    }
    derivedGadget {
        baseProperty: 42
    }
}