Re: [PyQt] Qt5 status

2013-01-28 Thread Wojciech Daniło
thank you :) 2013/1/28 Phil Thompson > On Mon, 28 Jan 2013 20:31:15 +0100, Wojciech Daniło > wrote: > > Thank you. I understeand that you cannot say when it will be available, > but > > could you estimate it? Say for example in 6-10 months from now or > something > > like that? :) > > I would b

Re: [PyQt] Qt5 status

2013-01-28 Thread Phil Thompson
On Mon, 28 Jan 2013 20:31:15 +0100, Wojciech Daniło wrote: > Thank you. I understeand that you cannot say when it will be available, but > could you estimate it? Say for example in 6-10 months from now or something > like that? :) I would be disappointed if it was as long as 6 months. Phil _

Re: [PyQt] QPixmap.loadFromData()

2013-01-28 Thread paolo
Il 2013-01-28 15:11 Hans-Peter Jansen ha scritto: try this: print("Load", pix.loadFromData(QByteArray(ba), "PNG")) I've tryed already this but with no success. >ba< is already a QByteArray BUT different from what i've store and i don't know why. As i've replyed before i can on

[PyQt] Fwd: PyQt4 Class Reference.

2013-01-28 Thread Juan José Gómez Romera
Thanks, i had same problem, the new link is it homepage: http://pyqt.sourceforge.net/Docs/PyQt4/classes.html ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Qt5 status

2013-01-28 Thread Wojciech Daniło
Thank you. I understeand that you cannot say when it will be available, but could you estimate it? Say for example in 6-10 months from now or something like that? :) 2013/1/28 Phil Thompson > On Mon, 28 Jan 2013 00:29:15 +0100, Wojciech Daniło > wrote: > > Hi! I'm developing a big project with

Re: [PyQt] QPixmap.loadFromData()

2013-01-28 Thread Hans-Peter Jansen
Am Freitag, 25. Januar 2013, 00:41:04 schrieb pa...@paolodestefani.it: > Hello > I'm trying to create a item delegate for a sql table (postgres db) > where i have a field (type bytea) that should contain a PNG image. > This is the code of the create editor method: > > def createEditor(self, parent

[PyQt] ANN: pogles v0.3 Released

2013-01-28 Thread Phil Thompson
pogles v0.3 has been released. This includes a complete set of API documentation. There are some incompatible API changes - see the NEWS file. Phil ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/py

Re: [PyQt] PyQt4 Class Reference.

2013-01-28 Thread zw g
Same here. Just error 404. Gui On Mon, Jan 28, 2013 at 9:33 PM, Vincent Vande Vyvre < vincent.vandevy...@swing.be> wrote: > Le 28/01/13 14:07, Phil Thompson a écrit : > > On Mon, 28 Jan 2013 18:25:57 +0530, Manoj Kumar > > wrote: > >> Hello , > >> > >> I'm unable to access this website f

[PyQt] ANN: SIP v4.14.3 Released

2013-01-28 Thread Phil Thompson
SIP v4.14.3 has been released. This is mainly a minor feature release required by pogles v0.3. Phil ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] PyQt4 Class Reference.

2013-01-28 Thread Phil Thompson
On Mon, 28 Jan 2013 14:33:55 +0100, Vincent Vande Vyvre wrote: > Le 28/01/13 14:07, Phil Thompson a écrit : >> On Mon, 28 Jan 2013 18:25:57 +0530, Manoj Kumar >> wrote: >>> Hello , >>> >>> I'm unable to access this website for the past couple of days >>> --PyQt4 class >>> >> reference.

Re: [PyQt] PyQt4 Class Reference.

2013-01-28 Thread Vincent Vande Vyvre
Le 28/01/13 14:07, Phil Thompson a écrit : > On Mon, 28 Jan 2013 18:25:57 +0530, Manoj Kumar > wrote: >> Hello , >> >> I'm unable to access this website for the past couple of days >> --PyQt4 class >> > reference.Could >>

Re: [PyQt] PyQt4 Class Reference.

2013-01-28 Thread Phil Thompson
On Mon, 28 Jan 2013 18:25:57 +0530, Manoj Kumar wrote: > Hello , > > I'm unable to access this website for the past couple of days > --PyQt4 class > reference.Could > someone please tell me if it has been moved to anothe

Re: [PyQt] QPixmap.loadFromData()

2013-01-28 Thread paolo
I changed my code in this way, converting bytea field to a text field: def createEditor(self, parent, option, index): dd = DisplayDialog(parent) ba = index.model().data(index, Qt.DisplayRole) if ba: pix=QPixmap() print("Load", pix.loadFromData(QByte

Re: [PyQt] Qt5 status

2013-01-28 Thread Phil Thompson
On Mon, 28 Jan 2013 00:29:15 +0100, Wojciech Daniło wrote: > Hi! I'm developing a big project with my team and we want to use Python as > a binding to Qt library. > Using the qtquick2 is crucial for us. Does PyQt support using the new qt5 > or at least the qtquick binding? > > (according to > htt