qtdeclarative/tests/auto/qml/qmlcppcodegen/data/anchorsFill.qml

13 lines
122 B
QML

import QtQuick
Item {
width: 234
Item {
anchors.fill: parent
}
Item {
width: 47
}
}