how to display a qt widget into internet explorer
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
Re: how to display a qt widget into internet explorer
Does ActiveQt suit your needs?
Re: how to display a qt widget into internet explorer
Quote:
Originally Posted by
azaelge
Hi Guys,
so I wish "somehow" to include my widgets (or qapp) into that web portal
I dont think that, this is possible.
Re: how to display a qt widget into internet explorer
Quote:
Originally Posted by
yogeshgokul
I dont think that, this is possible.
It is! See the QtBrowserPlugin.
Re: how to display a qt widget into internet explorer
Of course it will still be client-side :) And for IE it needs to use ActiveQt.
Re: how to display a qt widget into internet explorer
Quote:
Originally Posted by
Lykurg
Wish I could take my words back.:):);)
Re: how to display a qt widget into internet explorer
Thanks for the information, I will try it and see how it works