Running a Qt app over the web

前端 未结 7 1771
迷失自我
迷失自我 2021-01-02 06:46

I am writing an application using Qt and want to try and deploy it as a web-application. I want user\'s to be able to use my application by accessing it through a web browse

7条回答
  •  盖世英雄少女心
    2021-01-02 06:54

    You're looking for Wt which provides a different set of drawing routines for many Qt GUI elements, turning them from lines on screen to HTML controls.

    http://www.webtoolkit.eu/wt

    It also handles websocket calls to provide interactivity. It seems a great idea, let us know how it works in practice.

提交回复
热议问题