Re: [PyQt] __setitem__ Problem

2009-04-19 Thread Neil Birkbeck
Thanks! Problem solved. Works fine with overloaded __setitem__'s too. Neil Birkbeck On Sat, Apr 18, 2009 at 9:56 AM, Phil Thompson p...@riverbankcomputing.comwrote: On Thu, 16 Apr 2009 12:26:17 -0600 (MDT), Neil Birkbeck birkb...@cs.ualberta.ca wrote: In older versions of sip (4.7.3), I

Re: [PyQt] __setitem__ Problem

2009-04-18 Thread Phil Thompson
On Thu, 16 Apr 2009 12:26:17 -0600 (MDT), Neil Birkbeck birkb...@cs.ualberta.ca wrote: In older versions of sip (4.7.3), I have used __setitem__, __getitem__ to access/set elements from multidimensional quantities of a wrapped c++ object that uses operator()(int,int). For example, the