LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Qt embed web browser (https://www.linuxquestions.org/questions/programming-9/qt-embed-web-browser-615650/)

super_hill 01-23-2008 12:09 AM

Qt embed web browser
 
Hi,

I need to create a web browser by QT which can show the webpage and flash.

At first I create one based on WebKit, but it's not support flash plugin, Then I think about using mozilla/gecko as the web engine, but the problem is mozilla has good support to GTK but not QT.

So, is there anybody have knowledge about this. How can I create a suitable web browser based QT widget?

Thanks in advance.

95se 01-24-2008 09:28 AM

I don't know nearly enough about using WebKit or any other embedded browsers when programming, but it may be worth it to try WebKit with Gnash (Gnu's Flash player). It has a Konqueror plug-in, but I don't know if that means it'll work w/ just embedding WebKit as well. Also, Gnash isn't really production ready yet, but it should work if you can control the flash being used.

super_hill 01-24-2008 08:47 PM

Thanks for the suggestion.

I had think about embed gnash, but I need to play some .flv file like youtube, Gnash's quality is bad for this. Is there any better selection? Thanks.

And there have another solution by embed KDE4/konqueror which create by QT4, I try to make it work although it's will restrict my source code by KDE.

Any other solution?


All times are GMT -5. The time now is 07:58 PM.