Is there a way to show an Internet Explorer instance/frame inside a Qt Widget? I need to show a web page in my application (just show, no need for interaction), and while I read about WebKit for Qt, I'd like to know if there is another way without it, since I'm trying to keep the application as small as possible, and it would make me very unhappy to include such a large library (and nobody wants that, right?)
Asked
Active
Viewed 1,344 times
2 Answers
1
Yes, you need the commercial edition of Qt and then, you can use ActiveQt.

Aaron Digulla
- 321,842
- 108
- 597
- 820
-
3It's also available in the Open Source versions. Says so at the bottom of the page you linked to. – BlackAura Oct 21 '09 at 14:18
-
On the first page, it says that it isn't. :) Maybe it's available since Qt 4.5 (since the source code is now open). – Aaron Digulla Oct 21 '09 at 15:02
-1
Your windows has 10GiB+ already in windows/system/. I think using WebKit is better investment than making your app depend on such old component as the IE frame... Just my 2c.