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

How to use the date in QML files loaded by LOADER element in my main QML files

$
0
0
If you mean “data” instead of “date” then you are looking for “item” property. Loader {   id: myLoader   source: "someFile.qml" }   // somewhere else in code myLoader.item.someProperty // will return the value of "someProperty"

Viewing all articles
Browse latest Browse all 4972

Trending Articles