Dear All,

I have a C++ Qt desktop application. I this application there are lots of QGraphicsItem which are shown in QGraphicsView. Those items animate uses QPropertyAnimation and user can change the properties of animation.

Now I want to load this application in browser, so that multiple user can access the application remotely. Could you please give me some idea how can I do that with minimal code change or development?

Thank you very much.