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
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: