Serve QT to clients over web.
-
Hi,
I do have a Qt QML app which runs on a linux host, it has a nice GUI and displays everything on a small screen.
Now i want to make it possible to "connect to it" using a simple android or iphone tablet over wifi and a browser.
What I thought of was that QT generates some kind of Webcode (from QML?) and sends it to a local webserver (or maybe QT can host it?). All the clients just open the webpage in their browser, thats it. No need to install any plugins or beeing bound to a specific browser.
Would that be possible?
-
Hi,
Do you really want to serve it or use a VNC client to connect to it ?