How i can make a web with Qt?
Mobile and Embedded
3
Posts
2
Posters
910
Views
1
Watching
-
wrote on 12 May 2014, 15:49 last edited by
I want to know if it's possible to make a web from the c++ code.
I mean, I want to use my desk application like a web application.
Could I embed the executable file in a HTML file?Thanks.
-
wrote on 12 May 2014, 16:26 last edited by
Hi lalposal.
Welcome to DevNet.
Unfortunately Qt can't do this for now.
You can use 3rd party tools like:
"Wt":http://www.webtoolkit.eu/wt
"QtWui":http://qtwui.sourceforge.net/
"Vaudeville":https://github.com/jhihn/Vaudeville
but you should know you won't get much pleasure while write web interfaces with c++ :) -
wrote on 13 May 2014, 07:18 last edited by
Thank you for the help.
Very useful. :)
2/3