Internet Explorer window in Qt?

1.3k Views Asked by At

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?)

2

There are 2 best solutions below

2
On BEST ANSWER

Yes, you need the commercial edition of Qt and then, you can use ActiveQt.

0
On

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.