PDA

View Full Version : webkit question!!! please help!!



Cantora
24th April 2009, 03:06
Hi all,

I going to create an application with the build in web browser.

I find out in Qt 4.5.0 got one new module Webkit is able to create a web browser. But the webkit very time will create a new window for the web browser and not build-in in my current application.

Am I need to use the QAxWidget, so that I just able to put my webbrowser in my application?

Please correct me if the way I think is wrong.

If really need to use QAxWidget then I got another problem already. Because i don't know why my Qt 4.5.0 is not able to allow me to use the QAxWidget. I think I am miss out the library!! How I going to get that lib?? I am using VS 2005.

thank you

ComaWhite
25th April 2009, 08:49
I think you need to handle that code yourself. QAxWidget is for creating/embedding ActiveX objects. You don't need that. You can embed a derived class from WebKit and embed it without QAxWidget.