On Mon, 7 Jan 2013 11:02:42 -0600, "Jonathan Harper"
wrote:
>> > Hi,
>> >
>> > reading the backlogs and all I was able to find related to support
for
>> > PyQt@Qt5 its great to see that PyQt4 does support Qt5 already.
>> > Fantastic
>>
>> > work as usual Phil!
>> >
>> > My question is direct rela
On Mon, 7 Jan 2013 22:07:26 +0800, zw g wrote:
> Phil, thank you for the information.
>
> My question is:
> Will PyQt4/PyQt5 eventually support Android and iOS? (After Qt5.x
series
> support Android & iOS.)
PyQt5 will. PyQt4 will so long as the Android and iOS support is a simple
port with no A
On 01/07/2013 06:43 PM, Phil Thompson wrote:
On Mon, 07 Jan 2013 18:05:48 +0700, Sebastian Sauer wrote:
Hi,
reading the backlogs and all I was able to find related to support for
PyQt@Qt5 its great to see that PyQt4 does support Qt5 already. Fantastic
work as usual Phil!
My question is direct
> > Hi,
> >
> > reading the backlogs and all I was able to find related to support for
> > PyQt@Qt5 its great to see that PyQt4 does support Qt5 already. Fantastic
>
> > work as usual Phil!
> >
> > My question is direct related to PyQt5, so not PyQt4. I read that the
> > plan is to replace QString
Hello,
you have to cast it explicitly using sip.cast.
Here is a code extract of the eric5 web browser.
if extension == QWebPage.ErrorPageExtension:
info = sip.cast(option, QWebPage.ErrorPageExtensionOption)
errorPage = sip.cast(output, QWebPage.ErrorPageExtensionR
Phil, thank you for the information.
My question is:
Will PyQt4/PyQt5 eventually support Android and iOS? (After Qt5.x series
support Android & iOS.)
Gui
On Mon, Jan 7, 2013 at 7:43 PM, Phil Thompson
wrote:
> On Mon, 07 Jan 2013 18:05:48 +0700, Sebastian Sauer wrote:
> > Hi,
> >
> > reading
Hello,
I am facing an issue with latest PyQt4 snapshot and Qt5. It seems that the
'setSocketDescriptor()' method of 'QAbstractSocket' is not working correctly,
if PyQt4 is compiled against Qt5. How to reproduce it? Just start the
threadedfortunes.py script of the examples. Therafter follow the
I want to get page detailed error message this way:
http://stackoverflow.com/questions/7279046/how-to-get-detailed-error-message-when-qtwebkit-fails-to-load-a-page
This need reimplement QWebPage.extension
http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qwebpage.html#extension,
and get
On Mon, 07 Jan 2013 18:05:48 +0700, Sebastian Sauer wrote:
> Hi,
>
> reading the backlogs and all I was able to find related to support for
> PyQt@Qt5 its great to see that PyQt4 does support Qt5 already. Fantastic
> work as usual Phil!
>
> My question is direct related to PyQt5, so not PyQt4.
Hi,
reading the backlogs and all I was able to find related to support for
PyQt@Qt5 its great to see that PyQt4 does support Qt5 already. Fantastic
work as usual Phil!
My question is direct related to PyQt5, so not PyQt4. I read that the
plan is to replace QString/QVariant with Python object
10 matches
Mail list logo