PDA

View Full Version : how to display a qt widget into internet explorer



azaelge
28th July 2009, 01:45
Hi Guys,

My scenario:

I have already designed some custom widgets but it has been requested to me that they must be available in the web portal of my customer so I'd like to know

Which technique or approach may you suggest for displaying, inserting or integrating my widgets in a web page which is already in use in a web portal??

I've read about Qt Web Kit, but it seems to me that the main approach here is to integrate web content into a Qt application and not the other way around: I already have a web portal, so I wish "somehow" to include my widgets (or qapp) into that web portal

It should be taken into account in the solution that the portal has a lot of users so thinking in a client side approach may not be convenient...

I really appreciate any light on this

regards

franz
28th July 2009, 08:11
Does ActiveQt (http://doc.trolltech.com/4.5/activeqt.html) suit your needs?

yogeshgokul
28th July 2009, 08:17
Hi Guys,

so I wish "somehow" to include my widgets (or qapp) into that web portal

I dont think that, this is possible.

Lykurg
28th July 2009, 09:10
I dont think that, this is possible.

It is! See the QtBrowserPlugin (http://www.qtsoftware.com/products/appdev/add-on-products/catalog/4/Utilities/qtbrowserplugin).

wysota
28th July 2009, 09:23
Of course it will still be client-side :) And for IE it needs to use ActiveQt.

yogeshgokul
28th July 2009, 09:31
It is! See the QtBrowserPlugin (http://www.qtsoftware.com/products/appdev/add-on-products/catalog/4/Utilities/qtbrowserplugin).
Wish I could take my words back.:):);)

azaelge
28th July 2009, 15:36
Thanks for the information, I will try it and see how it works