Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Get items after loading a qml file using the Loader QML

$
0
0
You can access the children object of Item. That is the only way. Your posting already included this. You can try with only this as you have done it.             console.log(pageL.item.children[0].width)             console.log(pageL.item.children[1].width)

Viewing all articles
Browse latest Browse all 4972

Trending Articles