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

Create a plugin from code that also uses QML.

$
0
0
Hi everyone, I have some code that also relies a few qml objects that I load into my other c++ classes. I want to create a plugin from this code, something I have done in the past, but this time I am not sure how (or even if possible) to deal with the qml files that my code needs. What will happen to them, do I have to include them somewhere? The reason I am asking is because I did try to create my plugin as a test. I was expecting to see a qml button show up, instead all I got was a white background.

Viewing all articles
Browse latest Browse all 4972

Trending Articles