Re: [PyQt] Older builds of software

2010-10-26 Thread Phil Thompson
On Mon, 25 Oct 2010 17:31:47 -0700, Peter Shinners pshinn...@blizzard.com wrote: Are the older builds of PyQt archived anywhere? I'm looking to get an older PyQt for Qt4.4. I dug around on the website but was unable to locate anything but the most recent releases. The PyQt and Qt version

[PyQt] c array question

2010-10-26 Thread Wilbert Berendsen
Hi, I can't get sip to accept a c array definition like this in a specification file: int points[4]; sip simply complains with 'syntax error'. Should I use a different syntax? Or isn't this possible by default and should I write code to get and set items (or the complete array)? with many

[PyQt] qtreeview

2010-10-26 Thread lucabe...@libero.it
Hello i can use qtreeview with qtftp (there is some model ready) or i have to use qtreewidget with qftp? Thanks Luca ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] possible to change the execute drag type?

2010-10-26 Thread danny
Howdy, I'm trying to use default drag and drop within a QTreeView. In my application, I want to interpret dragging as move below and ctrl-dragging (Qt.CopyAction) as insert previous before as sibling. I have overridden dropMimeData and the insertion part works just fine. The problem is that the

Re: [PyQt] c array question

2010-10-26 Thread Phil Thompson
On Tue, 26 Oct 2010 13:54:56 +0200, Wilbert Berendsen wbs...@xs4all.nl wrote: Hi, I can't get sip to accept a c array definition like this in a specification file: int points[4]; sip simply complains with 'syntax error'. Should I use a different syntax? Or isn't this possible by

Re: [PyQt] c array question

2010-10-26 Thread Wilbert Berendsen
Op dinsdag 26 oktober 2010 schreef Phil: You will have to provide some handwritten code. Thanks! best regards, Wilbert Berendsen -- http://www.wilbertberendsen.nl/ You must be the change you wish to see in the world. -- Mahatma Gandhi ___