Title: PyQt4 QWebView with flash plugin
Last Modified: 06.21.2009
Here is how you make your previous working QWebView load your mozilla plugins.
websettings = self.settings() websettings.setAttribute(QtWebKit.QWebSettings.PluginsEnabled,True)
Okay if you don't have mozilla download the latest flash plugin for linux/mozilla, untar it and put the libflashplayer.so file in directory mentioned here, it should get loaded.
In general firefox was running about 18% cpu usage to use pandora, using a QWebView it takes about 10% to play music from pandora.

