Quantcast
Channel: Jobs
Viewing all articles
Browse latest Browse all 18427

QML property Plugin question

$
0
0
Hi all, is it possible to update a property in a qml file from a c++ plugin? I want to create a plugin that will test all my property onChange events. In QML property int someProp: 0   onSomePropChanged:{    ---Some code } I was hoping I could write a plugin that would update someProp and I could see if the code runs. Thanks

Viewing all articles
Browse latest Browse all 18427

Trending Articles