PDA

View Full Version : Embedding an QT4 application in a brower



pepe_eloy
20th June 2009, 00:36
Hello!

I'm very very newbie in QT 4. I amazed with the features of QT 4 and the crossover programming. I have a doubt. Is it possible to create an application that runs inside another browser (such as IE, Firefox, Opera...)?

This is important for me, because I'd like to offer to my customers the posibility to access your application from anywhere over internet.

I don't want to manage many languages to develop a solution (there are a lot of them)

The closest solutions I've founding are Mozilla Prism and Adobe Air. I want to develop only one time, but the application can be seen in any browser or an QT application.

I hope you understand me (my english is not very good).

Thanks in advanced

Greetings from Mexico

wysota
20th June 2009, 01:36
If this is to be a regular application then there is no benefit in running it inside a browser - you still have to download the application to your computer and execute it. It will be much easier if you just provide a weblink to your users pointing to a statically compiled single executable containing your application that just needs running (without any installation).