aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/dynamicObjectProperties.qml
blob: ed25c4b8a940f808576b7306c036adeb87dfb766 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import Test 1.0
import QtQuick 1.0
import QtQuick 1.0 as Qt47

QtObject {
    property QtObject objectProperty
    property QtObject objectProperty2
    objectProperty2: QtObject {}

    property MyComponent myComponentProperty
    property MyComponent myComponentProperty2 
    myComponentProperty2: MyComponent {}
}