Help html
-
Hello, can I create a project in Qt design (home automation) and compile to html to create my web page in my server.
I have an server in raspberryBest regards,
Nelson -
Hi and welcome to devnet,
Just to be sure I understand your correctly: Are you saying you want to compile c++ code into html ?
-
Thanks. Yes.
I want to create a project in QT designer but i want to put this application in my html page on my server -
Then you would need something like "this":https://github.com/jhihn/Vaudeville but I'm not sure what the status is.
As is, Qt is not meant to be served like that. However, you can create plugins for web browser or even a dedicated application that mixes html5 and Qt ui elements.
-
Another option is to use "Wt":http://www.webtoolkit.eu/wt
It is a C++ framework for developing web applications.Of course you can use other languages like Python and Ruby with their rich web development frameworks.