PDA

View Full Version : QWebView



Magu
21st October 2009, 17:24
Hi

I am developing a GUI with Qt which needs to show some web pages, using QWebView class. Following the instructions of Qt docs, I have found some problems...

I set QT_PLUGIN_PATH to the directory where netscape plugins are located. Before that, when a plugins was necessary in a web page, a little picture appears indicating that plugins are missed.

Once the path is set, plugins missed picture disappears, so i assume that webview use it. (Plugins are enabled by means of QwebSettigns::GlobalSettings)

The problems is about elements that needs plugins. These elements are freezed (or similar). For example, a Flash object only show the first image, or state, but not the whole Flash script. The same results is obtained with other object which need other plugins. the plugins are already (and correctly) installed.

Im working with Ubuntu 8.04.

Has somebody any idea about this?

Magu
22nd October 2009, 09:06
Hi again

I tried to run the same project on Windows..and works!. Flash videos (for example) run perfectly and all other plugins works too. Unfortunately, I need this application running on Linux, so.. i dont know how to do that. But i think is not a Qt problem.

Regards