PDA

View Full Version : Qt app and web page



^NyAw^
10th March 2009, 16:37
Hi,

I have a Qt console application(without GUI).
I want to create a web page to act as the GUI of the application.
The application can show images -> uses openCV to get frames on a USB camera and I want to display on a web page.
I want to create the GUI as a web page to act similar to some devices where you connect to it by web browser and you can configure it.

I have no idea how to start this. I know that some languages like PHP maybe can be useful.

Thanks,

spirit
10th March 2009, 16:55
you can try to use QTextDocument for generating html and then save its content.

^NyAw^
10th March 2009, 17:03
Hi,

I think that this is not what I want.
I want to create a web page that starts the application and I want to get communication
between the application that is running and the web page.

Thanks,