[PyQt] sip instance attribute error: Re: [eric4] python qscintilla traceback with current snapshot also

2011-02-02 Thread Hans-Peter Jansen
Dear Phil, On Tuesday 01 February 2011, 22:26:43 Hans-Peter Jansen wrote: Phil, something is badly broken with the current release and the snapshots. Here's the essence of the issue: ___ PyQt mailing listPyQt@riverbankcomputing.com

[PyQt] Pythonic source equivalent

2011-02-02 Thread Entity Reborn
Hello! First off i want to thank you guys for the hard work you have put into making PyQt a reality. My question is this: would someone be able to provide me with a python version of QItemDelegate::paint(), such that i can paste it into my delegate and modify it? I realize this is a fairly lame

Re: [PyQt] Pythonic source equivalent

2011-02-02 Thread Phil Thompson
On Wed, 2 Feb 2011 12:33:37 -0800, Entity Reborn entityreb...@gmail.com wrote: Hello! First off i want to thank you guys for the hard work you have put into making PyQt a reality. My question is this: would someone be able to provide me with a python version of QItemDelegate::paint(), such

Re: [PyQt] BUG: sip instance attribute error: Re: [eric4] python qscintilla traceback with current snapshot also

2011-02-02 Thread Hans-Peter Jansen
On Wednesday 02 February 2011, 22:16:46 Phil Thompson wrote: On Wed, 2 Feb 2011 21:33:39 +0100, Hans-Peter Jansen h...@urpla.net wrote: [Oops, sorry, send too fast] Dear Phil, On Tuesday 01 February 2011, 22:26:43 Hans-Peter Jansen wrote: Phil, something is badly broken with the

Re: [PyQt] BUG: sip instance attribute error: Re: [eric4] python qscintilla traceback with current snapshot also

2011-02-02 Thread Phil Thompson
On Wed, 2 Feb 2011 22:25:09 +0100, Hans-Peter Jansen h...@urpla.net wrote: On Wednesday 02 February 2011, 22:16:46 Phil Thompson wrote: On Wed, 2 Feb 2011 21:33:39 +0100, Hans-Peter Jansen h...@urpla.net wrote: [Oops, sorry, send too fast] Dear Phil, On Tuesday 01 February 2011,

Re: [PyQt] BUG: sip instance attribute error: Re: [eric4] python qscintilla traceback with current snapshot also

2011-02-02 Thread Hans-Peter Jansen
On Wednesday 02 February 2011, 22:29:48 Phil Thompson wrote: On Wed, 2 Feb 2011 22:25:09 +0100, Hans-Peter Jansen h...@urpla.net wrote: On Wednesday 02 February 2011, 22:16:46 Phil Thompson wrote: On Wed, 2 Feb 2011 21:33:39 +0100, Hans-Peter Jansen h...@urpla.net wrote: [Oops,

[PyQt] Design issues; refreshing a list view

2011-02-02 Thread Entity Reborn
I am trying to write a AbstractListView where items can either be text-only, have a checkbox, or belong to a radiobutton group. While I have succeeded in this, I'm having refresh issues with my implementation, in regard to the radiobutton groups and the way that the 'exclusivity' is implemented.