A sample for a web App in QT
-
wrote on 13 Apr 2018, 11:27 last edited by
Hello, I am searching a sample for a web application in QT. A starting point for an image based application. Thx
-
Qt is a C++ framework, it is not suitable for creating web apps.
You may want to investigate https://blog.qt.io/blog/2017/07/07/qt-webgl-streaming-merged/ there are links to example apps there, too. That's the closest you'll get to making a web app in Qt.
-
wrote on 13 Apr 2018, 13:04 last edited by
Or you can use qmlweb (https://github.com/qmlweb/qmlweb)
3/3