aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/anchorsFill.qml
blob: 3d18a40434a8f7191e5df2ecf9c0d9e72512c444 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import QtQuick

Item {
    width: 234
    Item {
        anchors.fill: parent
    }

    Item {
        width: 47
    }
}