QML extension plugin problem
-
wrote on 21 Mar 2024, 14:52 last edited by
Hello there,
I'm really tired bro. I've been looking at the docs, the QML book, youtube (no such video) and all for a week. I just want some C++ classes to be exposed as a plugin or whatever it is, so that I can use Qt Design Studio's Live Preview. Qt Creater's QML preview reloads the whole app.
Here's the small example at Github. Please solve it.
I tried the Creating C++ Plugins for QML,
qt_add_qml_module
, tried theImageProvider
example and some others. But it fails somewhere. Right now, it caused some dependency problem.
1/1