[PyQt] Re: ANN: SIP v4.7.4 Released

2008-02-12 Thread Rex Dieter
Phil Thompson wrote: > SIP v4.7.4 has been released and is available from the usual place. > > This is mainly a bug-fix release, but does support the "non-standard" > Python package directory structure used by MacOS 10.5. Attached is a patch against sip-4.7.4 for for 64 bit fedora/redhat platfor

Re: [PyQt] PyQt4 book: sample chapter etc available online

2008-02-12 Thread Richard A. Johnson
On Tuesday 12 February 2008, Mark Summerfield wrote: | Hi, | | If you are wondering whether to buy | | "Rapid GUI Programming with Python and Qt: | The Definitive Guide to PyQt Programming" | | to help you decide, PDFs of Phil's foreword, the introduction, and a | sample chapter are freely availabl

[PyQt] Re: PyQt4 book: sample chapter etc available online

2008-02-12 Thread Joshua Kugler
Mark Summerfield wrote: > If you are wondering whether to buy > > "Rapid GUI Programming with Python and Qt: > The Definitive Guide to PyQt Programming" I was never wondering whether to buy it...I already knew I wanted to! It is just a matter or waiting until I have the cash to buy a copy. But

Re: [PyQt] From object IDs to objects to model indexes...

2008-02-12 Thread Aaron Digulla
Dirk Wagener schrieb: > Hi > > I am using QModelIndex constructed with an id. I am using the built-in > method > id(my_object) to get an ID to construct a ModelIndex with. > If we have an index, internalId() returns the id used to create the index. > Is there a API way to get the ModelIndex from a

[PyQt] ANN: SIP v4.7.4 Released

2008-02-12 Thread Phil Thompson
SIP v4.7.4 has been released and is available from the usual place. This is mainly a bug-fix release, but does support the "non-standard" Python package directory structure used by MacOS 10.5. Phil ___ PyQt mailing listPyQt@riverbankcomputing.com h

[PyQt] PyQt4 book: sample chapter etc available online

2008-02-12 Thread Mark Summerfield
Hi, If you are wondering whether to buy "Rapid GUI Programming with Python and Qt: The Definitive Guide to PyQt Programming" to help you decide, PDFs of Phil's foreword, the introduction, and a sample chapter are freely available for download from: http://www.informit.com/title/0132354187 And al

[PyQt] From object IDs to objects to model indexes...

2008-02-12 Thread Dirk Wagener
Hi I am using QModelIndex constructed with an id. I am using the built-in method id(my_object) to get an ID to construct a ModelIndex with. If we have an index, internalId() returns the id used to create the index. Is there a API way to get the ModelIndex from a view if we have the id used to