Re: [PyQt] identify a QTreeWidgetItem

2007-10-23 Thread Michael Towers
alteo_gange wrote: Le mardi 23 octobre 2007, alteo_gange a écrit : Hi everybody! I have created several QTreeWidgetItem and connected a signal "itemClicked(QTreeWidgetItem *,int)" on the QTreeWidget. treeWidget=QtGui.QTreeWidget(widget) ... itemTree1=QtGui.QTreeWidgetItem(treeWidget)

Re: [PyQt] identify a QTreeWidgetItem

2007-10-23 Thread Jim Bublitz
On Tuesday 23 October 2007 02:13, alteo_gange wrote: > Hi everybody! > > I have created several QTreeWidgetItem and connected a signal > "itemClicked(QTreeWidgetItem *,int)" on the QTreeWidget. > > > treeWidget=QtGui.QTreeWidget(widget) > > ... > > itemTree1=QtGui.QTreeWidgetItem(treeWidget) > > ..

Re: [PyQt] PyQt book "Rapid GUI Programming with Python and Qt" now available

2007-10-23 Thread pyprog
Excuse in advance for my bad english. Thank you very much Mark for your book . I'm going to command it as soon as possible (but it seems to me your book will be accessible in France only at the end of november). a+ ;) -- Venez faire un tour ici : http://ekd.tolosano.info http://monsitt.irrupti

Re: [PyQt] identify a QTreeWidgetItem

2007-10-23 Thread alteo_gange
Le mardi 23 octobre 2007, alteo_gange a écrit : > Hi everybody! > > I have created several QTreeWidgetItem and connected a signal > "itemClicked(QTreeWidgetItem *,int)" on the QTreeWidget. > > > treeWidget=QtGui.QTreeWidget(widget) > > ... > > itemTree1=QtGui.QTreeWidgetItem(treeWidget) > > ... > >

[PyQt] NotImplementedError

2007-10-23 Thread Heinz A. Preisig
Title: business Hi, I have been expanding my code with new features after which I experience an error NotImplementedError: QGraphicsItem.boundingRect() is abstract and must be overridden when using the rubber band. The procedure has been working before, but obviously I disturbed the devil.

Re: [PyQt] identify a QTreeWidgetItem

2007-10-23 Thread alteo_gange
I'm sorry for the multiple messages. Few subscription problems. Now, it's OK. -- alteo_gange ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] identify a QTreeWidgetItem

2007-10-23 Thread alteo_gange
Hi everybody! I have created several QTreeWidgetItem and connected a signal "itemClicked(QTreeWidgetItem *,int)" on the QTreeWidget.: > treeWidget=QtGui.QTreeWidget(widget) > ... > itemTree1=QtGui.QTreeWidgetItem(treeWidget) > ... > itemTree2=QtGui.QTreeWidgetItem(treeWidget) > ... >

[PyQt] identify a QTreeWidgetItem

2007-10-23 Thread alteo_gange
Hi everybody! I have created several QTreeWidgetItem and connected a signal "itemClicked(QTreeWidgetItem *,int)" on the QTreeWidget. > treeWidget=QtGui.QTreeWidget(widget) > ... > itemTree1=QtGui.QTreeWidgetItem(treeWidget) > ... > itemTree2=QtGui.QTreeWidgetItem(treeWidget) > ... > self.connec

Re: [PyQt] PyQt book "Rapid GUI Programming with Python and Qt" now available

2007-10-23 Thread Linos
I recommend this book to anyone that wants to learn PyQt, it is a excellent book with many real world examples with working code and really new stuff (it even use import from future in python). Regards, Miguel Angel. Mark Summerfield escribió: > Hi, > > I am delighted to announce that > >

Re: [PyQt] PyQt book "Rapid GUI Programming with Python and Qt" now available

2007-10-23 Thread Horst Herb
On Tuesday 23 October 2007 17:46, Mark Summerfield wrote: > Since this is the only book that covers PyQt4 it is automatically the > "best"---but I have not been complacent, and have worked extremely hard > to make the book as accessible, useful, enjoyable, and interesting as > possible. > > (Note f

[PyQt] PyQt book "Rapid GUI Programming with Python and Qt" now available

2007-10-23 Thread Mark Summerfield
Hi, I am delighted to announce that "Rapid GUI Programming with Python and Qt: The Definitive Guide to PyQt Programming" has now been published in the US. The book is a hardback, 648 pages, ISBN 0132354187. The foreword was written by Phil Thompson (creator of PyQt), who was also one