Not a full solution, but just a thought, you could use some sort of CGI
script to call your Qt Application backend?

For the Gui, I wonder if rendering the image into a texture or an image.
Send the image to the client (delta compressed). Make the rendering into a
canvas and apply changed. You could send the mouse click from the client
back to the application as JSON call to your CGI as relative coordinate and
simulate them into the Qt application.

This would be bandwidth intensive, but depending on what you try to
achieve.

On Mon, Apr 25, 2016 at 4:59 PM, Larry Martell <larry.mart...@gmail.com>
wrote:

> Is it possible to run a Qt app in a browser? I have googled for this,
> and found some hits, but none seen like they ever worked out. The most
> promising seems to be http://wiki.qt.io/Qt_for_Google_Native_Client
> but the readme link is broken, so that's discouraging. Anyone have any
> pointers on if this can be done and if so how?
>
> Thanks!
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to