Re: PyQT QWebView Local swf file not loading

2009-06-28 Thread sgperone
On 28 Giu, 13:05, sgperone wrote: > Just downloaded the pyQT 4.5 for python 2.6 and noticed this strange > behaviour: > > inside a widget i have this code: > > self.view = QWebView(self) > self.view.settings().setAttribute(QWebSettings.PluginsEnabled,True) > > that's i'm creating a QWebView instan

PyQT QWebView Local swf file not loading

2009-06-28 Thread sgperone
Just downloaded the pyQT 4.5 for python 2.6 and noticed this strange behaviour: inside a widget i have this code: self.view = QWebView(self) self.view.settings().setAttribute(QWebSettings.PluginsEnabled,True) that's i'm creating a QWebView instance with PluginsEnabled flag on. next lines are: