Qt gui in the browser
-
Hello there,
I have a bit of a weird problem... I have developed a Qt widgets application and it works fine. My problem is that in the project requirements I also need to provide a way to do similar stuff (as in that app) in the web browser. Is there any way/ trick/ hack allowing one to show the gui QT application in the browser somehow? Maybe theres some streaming mechanism that qt consist of or anything? I am not a web developer, merely a developer at all, so thats why I am asking this. I would appreciate all help. -
Hello there,
I have a bit of a weird problem... I have developed a Qt widgets application and it works fine. My problem is that in the project requirements I also need to provide a way to do similar stuff (as in that app) in the web browser. Is there any way/ trick/ hack allowing one to show the gui QT application in the browser somehow? Maybe theres some streaming mechanism that qt consist of or anything? I am not a web developer, merely a developer at all, so thats why I am asking this. I would appreciate all help.@Bremenpl
I'm not sure I get the idea of your approach.
Using a browser as a GUI is a usual technique - we are doing this too and it gives a great freedom of changing the GUI to some extent without having to touch the application.
Hybrid GUIIs that what you are looking for?
-
I was wondering about something like this: take my qt widgets c++ app and somehow stream it to the browser. Dpesnt have to work very fast. Just so i wont have to write new code.
-
Hi,
Are you thinking about something like the Vaudeville project ?
-
Hi,
Are you thinking about something like the Vaudeville project ?