Re: [PyQt] Basic 3D Viewer

2011-05-31 Thread Arne Schmitz
Am 30.05.2011 um 21:04 schrieb Knacktus: I need to evaluate the options for building a basic 3D viewer with PyQt. The scenes are static, but quite large (some hundreds medium complex (~500 triangles) objects). Show/Hide objects, rotate, drag, zoom, change colors and some other basic

[PyQt] How to set Header visible

2011-05-31 Thread F.A.Pinkse
Hi All, I have a QTreeview. it has several columns all columns have data in some columns I want to hide the data but not the header. Is this possible, if yes, how can I do that? Thanks, Frans. ___ PyQt mailing listPyQt@riverbankcomputing.com

Re: [PyQt] Maintaining index after sort

2011-05-31 Thread Marc Rossi
Andreas - You actually provided me the answer. Was not aware of proxy models but once I added the QSortFilterProxyModel (as shown in the pyqt example) everything now works. Thanks again. Marc On Mon, May 30, 2011 at 1:54 PM, Andreas Pakulat ap...@gmx.de wrote: On 29.05.11 15:06:17, Marc

[PyQt] SIP versions. possible crash issues

2011-05-31 Thread James Polk
Howdy, I'm using PyQt mostly in conjunction with Maya, but also for standalone applications. I have a situation where from within Maya, I launch a PyQt app that uses sip's wrapinstance command.  I'm creating a Maya-derived graphical entity and parenting it into the PyQt window.  I've done this