Re: [PyQt] QMainWindow bug?

2011-01-18 Thread Vicent Mas
2011/1/18 Nick Gaens : > - Win7 64bit > - Python 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) [MSC v.1500 32 bit > (Intel)] on win32 > - Qt v4.7.0 > - PyQt GPL v4.8.1 for Python v2.6 > Result: no crashes, works like a charm.. > Hi, I get the crash also on Windows Vista 32bit (again Python 2.6 and Py

[PyQt] TreeView delegate operations

2011-01-18 Thread James Polk
Doh!please ignore that last emailI found the problem...and it is me! For those who are using Maya and PyQt, may I offer this hard-earned pearl of wisdom?(who knows maybe somebody else will have the answer, lol) Unlike MEL,...where you can re-source the code and re-run the code to ge

[PyQt] TreeView delegate operations

2011-01-18 Thread James Polk
Having a real problem figuring this one out, am hoping you guys can shed some light on this... In my treeview, I have decoration turned off, so it looks like a table or spreadsheet,...I have a delegate (that's been working fine) that handles the display of items in the treeview, right... Across

Re: [PyQt] QMainWindow bug?

2011-01-18 Thread Nick Gaens
- Win7 64bit - Python 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) [MSC v.1500 32 bit (Intel)] on win32 - Qt v4.7.0 - PyQt GPL v4.8.1 for Python v2.6 Result: no crashes, works like a charm.. On Tue, Jan 18, 2011 at 20:32, Vicent Mas wrote: > Hi, > > it seems there is a bug in QMainWindow.createPop

[PyQt] QMainWindow bug?

2011-01-18 Thread Vicent Mas
Hi, it seems there is a bug in QMainWindow.createPopupMenu. In my system (Windows XP, Python 2.6, PyQt 4.8.2 installed using the Windows installer), when I run the attached script and close the created QMainWindow, an error dialog appears saying that python.exe has found a problem and must be clos