Re: [PyQt] Item data on QTreeView

2012-07-09 Thread Diego
On Mon, Jul 9, 2012 at 3:42 AM, Andreas Pakulat wrote: > > > You could store it only in the first item of a row and always access it > there. Another option would be have a dict of messages and use the > row-number as key - this only works of course as long as your rows are not > re-arranged frequ

[PyQt] Item data on QTreeView

2012-07-08 Thread Diego
on for it. So my question is: how do I store the original Message object in every row in order to get access to it when the user selects that row? Thanks in advance, Diego ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Where to start

2011-06-03 Thread diego
tml/qmouseevent.html#buttoon states that "the returned value is always Qt.NoButton for mouse move events."; the code in mouseMoveEvent will never be executed and the rubber band will not work. -- Diego Cortassa -- Il messaggio e' stato analizzato alla ricerca di virus o conten

Re: [PyQt] Subject: Website and Mailing List Move

2010-01-03 Thread Diego Casella ([Po]lentino)
GMail recognized this digest as spam O.o I hope this info could be useful, cheers ! Diego. Message: 3 > Date: Sun, 03 Jan 2010 16:53:31 + > From: Phil Thompson > To: PyQt Mailing List > Subject: [PyQt] Website and Mailing List Move > Message-ID: <46d59abbae2335a5009a9bcf

[PyQt] Re: PyQt Digest, Vol 63, Issue 17

2009-10-09 Thread Diego Casella ([Po]lentino)
> > Date: Fri, 9 Oct 2009 15:30:12 +0200 > From: David Boddie > Subject: Re: [PyQt] [Help] PyQt building issue > To: pyqt@riverbankcomputing.com > Message-ID: <200910091530.12784.dbod...@trolltech.com> > Content-Type: text/plain; charset="iso-8859-15" >

[PyQt] [Help] PyQt building issue

2009-10-09 Thread Diego Casella ([Po]lentino)
o] Error 1 make[1]: Leaving directory `/home/polentino/svn-kde/PyQt-x11-gpl-4.6.1-snapshot-20091007/QtCore' make: *** [all] Error 2 Any ideas? Cheers, Diego. ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] [Help] Problem during PyQt4 development snapshot compilations

2009-09-25 Thread Diego Casella ([Po]lentino)
Hi all, I'm in trouble with compiling the development snapshot of PyQt4 ( 20090923 ) against Qt4.6 with the latest KDE patches. I've attached both the configure and compile output, so you can find out if its a Qt-related issue or something else. configure: http://pastebin.com/m6c6f46be compile outp