Displaying LCD Widget of Qt in QML
QML and Qt Quick
5
Posts
2
Posters
3.7k
Views
1
Watching
-
Hi,
AFAIK you can't integrate Qt Widgets in QML. But you can make them reside side by side using QQuickWidget.
Another simple way would be to use LCD fonts like "this":http://www.dafont.com/theme.php?cat=302 one. -
Since you can't use Qt Widgets in QML, what i meant earlier was you can load the Qt widgets normally and the QML using QQuickWidgets on the same form layout.