I'm working on a 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 experience on the web. The Qt GUI is accessing the device functionalities through an interface library.
- Is there a way to generate web pages using the existing Qt GUI code?
- Does any design approach exist that lets me re-use the existing Qt code?