Hey Guys,
I want to use QPixmaps in QML-Gui. For example:
interface->setProperty("image",QPixmap(path);
After some research I guess I should use QQuickImageProvider, but in the documentations the examples are missing: QQuickImageProvider [qt-project.org]
Does somebody know a good example to use it?
Thank you very much!
↧