Using QtWidgets inside of a QML fron end
-
wrote on 27 May 2020, 21:51 last edited by
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 -
wrote on 28 May 2020, 17:03 last edited by
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.
1/4