I am working on an embedded system with a display. The user interface was developed using Qt .
How can I develop a web interface that looks identical to the existing Qt interface and gives the same user interface on the Internet. The Qt GUI accesses device functions through a library of interfaces.
- Is there a way to generate web pages using existing Qt GUI code?
- Is there any design approach that allows me to reuse existing Qt code?
source share