How to access Remotely/web qt desktop application..
-
wrote on 16 Dec 2019, 06:11 last edited by
i want to develop qt desktop application using c++ qt creator how to develop app so user will be able to access it by ip address in network area and access it on web by remote locations
-
wrote on 16 Dec 2019, 06:46 last edited by
You can use 'WebSocket Type' in Qml.
Please, check the example like 'echoclient/echoserver'.If you want more larger webframework, you can use cutelyst.
https://cutelyst.org/ -
i want to develop qt desktop application using c++ qt creator how to develop app so user will be able to access it by ip address in network area and access it on web by remote locations
wrote on 16 Dec 2019, 08:47 last edited by@vikas-dhumal hi
you can use webgl lunch your app with -platform webgl arg, -
@vikas-dhumal hi
you can use webgl lunch your app with -platform webgl arg,wrote on 16 Dec 2019, 12:37 last edited by@LeLev is it possible in qt open source version?
-
@LeLev is it possible in qt open source version?
@vikas-dhumal said in How to access Remotely/web qt desktop application..:
@LeLev is it possible in qt open source version?
Yes, use the a recent version as the plugin. See this article.
-
Hi
Do note that webGl is QML/openGl only. No widgets work this way. Sadly as that would been cool :)
1/6