Is it possible to create web application using Qt?

前端 未结 5 945
逝去的感伤
逝去的感伤 2020-12-25 10:59

How to create web application using Qt? Please advice me. Please, give a small example too.

5条回答
  •  一整个雨季
    2020-12-25 11:21

    The functionality you are asking for does not exist within Qt itself. However, there exists (at least) one third party library that allows some of the Qt code for a desktop app to be re-used to a certain extent for serving up a web app:

    http://cutelyst.org/

    However, this does not magically allow you to write a QML interface with QML Widgets and have a visual interface accessible via a web browser.

提交回复
热议问题