aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/inlineQmlComponents.qml
blob: a52bd23df5c21735d75644bedf724cc6f8dfff0c (plain)
1
2
3
4
5
6
7
8
9
10
import Test 1.0
import QtQuick 1.0
MyContainer {
    Component {
        id: myComponent
        MyQmlObject {
            value: 11
        }
    }
}