Using QtWidgets inside of a QML fron end
Unsolved
Mobile and Embedded
-
We are building an embedded system and the debug system was completely built with QtWidgets. The production system is having the GUI written with QML. We have some debug code that we would like to keep that is contained in a QTabWidget.
Is there any way that we can display the QTabWidget and its contents from the QML GUI? Can anyone point me to any examples of using QtWidgets inside of a QML GUI?Regards,
Greg -
I wasn't worried about being able to duplicate what I had, I was hoping to not have to re-write a bunch of code. That's unfortunate.
Thanks,
Greg -
Hi,
You might be interested by KDAB's DeclarativeWidgets project.