Re: [PyQt] PyQt5 roadmap-guesstimate?

2013-01-07 Thread Phil Thompson
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

Re: [PyQt] PyQt5 roadmap-guesstimate?

2013-01-07 Thread Phil Thompson
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

Re: [PyQt] PyQt5 roadmap-guesstimate?

2013-01-07 Thread Sebastian Sauer
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

Re: [PyQt] PyQt5 roadmap-guesstimate?

2013-01-07 Thread Jonathan Harper
> > 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

Re: [PyQt] Issue of QWebPage.extension

2013-01-07 Thread Detlev Offenbach
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

Re: [PyQt] PyQt5 roadmap-guesstimate?

2013-01-07 Thread zw g
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

[PyQt] Issue with latest PyQt4 and Qt5

2013-01-07 Thread Detlev Offenbach
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

[PyQt] Issue of QWebPage.extension

2013-01-07 Thread Flya Flyaa
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

Re: [PyQt] PyQt5 roadmap-guesstimate?

2013-01-07 Thread Phil Thompson
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.

[PyQt] PyQt5 roadmap-guesstimate?

2013-01-07 Thread Sebastian Sauer
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