Question

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

Was it helpful?

Solution

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

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top