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.
↧