Re: [PyQt] QStandardItemEditorCreator missing solved: coloreditorfactory example attached

2010-11-27 Thread Hans-Peter Jansen
On Friday 26 November 2010, 15:15:32 Phil Thompson wrote: On Thu, 25 Nov 2010 22:57:42 +0100, Hans-Peter Jansen h...@urpla.net wrote: [Missed to addressed you directly the last time, sorry] On Thursday 25 November 2010, 18:23:38 Hans-Peter Jansen wrote: On Thursday 25 November 2010,

Re: [PyQt] QStandardItemEditorCreator missing solved: coloreditorfactory example attached

2010-11-27 Thread Phil Thompson
On Sat, 27 Nov 2010 18:52:28 +0100, Hans-Peter Jansen h...@urpla.net wrote: On Friday 26 November 2010, 15:15:32 Phil Thompson wrote: On Thu, 25 Nov 2010 22:57:42 +0100, Hans-Peter Jansen h...@urpla.net wrote: [Missed to addressed you directly the last time, sorry] On Thursday 25

Re: [PyQt] QStandardItemEditorCreator missing

2010-11-26 Thread Phil Thompson
On Thu, 25 Nov 2010 22:57:42 +0100, Hans-Peter Jansen h...@urpla.net wrote: [Missed to addressed you directly the last time, sorry] On Thursday 25 November 2010, 18:23:38 Hans-Peter Jansen wrote: On Thursday 25 November 2010, 14:44:33 Phil Thompson wrote: On Thu, 25 Nov 2010 14:26:50 +0100,

Re: [PyQt] QStandardItemEditorCreator missing

2010-11-26 Thread Hans-Peter Jansen
On Friday 26 November 2010, 15:15:32 Phil Thompson wrote: On Thu, 25 Nov 2010 22:57:42 +0100, Hans-Peter Jansen h...@urpla.net wrote: [Missed to addressed you directly the last time, sorry] On Thursday 25 November 2010, 18:23:38 Hans-Peter Jansen wrote: On Thursday 25 November 2010,

[PyQt] QStandardItemEditorCreator missing

2010-11-25 Thread Hans-Peter Jansen
Hi Phil, attached is an attempt to port the coloreditorfactory example to PyQt. This reveals a few issues, though. the most prominent thing, that stands out, is that QStandardItemEditorCreator is missing. This wouldn't harm as such, if I would be able to wrap my mind around PyQt's Qt

Re: [PyQt] QStandardItemEditorCreator missing

2010-11-25 Thread Phil Thompson
On Thu, 25 Nov 2010 13:11:13 +0100, Hans-Peter Jansen h...@urpla.net wrote: Hi Phil, attached is an attempt to port the coloreditorfactory example to PyQt. This reveals a few issues, though. the most prominent thing, that stands out, is that QStandardItemEditorCreator is missing. This

Re: [PyQt] QStandardItemEditorCreator missing

2010-11-25 Thread Hans-Peter Jansen
On Thursday 25 November 2010, 13:27:00 Phil Thompson wrote: On Thu, 25 Nov 2010 13:11:13 +0100, Hans-Peter Jansen h...@urpla.net wrote: Hi Phil, attached is an attempt to port the coloreditorfactory example to PyQt. This reveals a few issues, though. the most prominent thing, that

Re: [PyQt] QStandardItemEditorCreator missing

2010-11-25 Thread Phil Thompson
On Thu, 25 Nov 2010 14:26:50 +0100, Hans-Peter Jansen h...@urpla.net wrote: On Thursday 25 November 2010, 13:27:00 Phil Thompson wrote: On Thu, 25 Nov 2010 13:11:13 +0100, Hans-Peter Jansen h...@urpla.net wrote: Hi Phil, attached is an attempt to port the coloreditorfactory example to

Re: [PyQt] QStandardItemEditorCreator missing

2010-11-25 Thread Hans-Peter Jansen
On Thursday 25 November 2010, 14:44:33 Phil Thompson wrote: On Thu, 25 Nov 2010 14:26:50 +0100, Hans-Peter Jansen h...@urpla.net wrote: On Thursday 25 November 2010, 13:27:00 Phil Thompson wrote: On Thu, 25 Nov 2010 13:11:13 +0100, Hans-Peter Jansen h...@urpla.net wrote: Hi Phil,

Re: [PyQt] QStandardItemEditorCreator missing

2010-11-25 Thread Baz Walter
On 25/11/10 17:23, Hans-Peter Jansen wrote: Unfortunately, it's still not behaving right: the color chooser is created and shown correctly on double click, one can choose another value, but that isn't supplied back into the table correctly, although the property getter _is_ called and given the

Re: [PyQt] QStandardItemEditorCreator missing

2010-11-25 Thread Hans-Peter Jansen
[Missed to addressed you directly the last time, sorry] On Thursday 25 November 2010, 18:23:38 Hans-Peter Jansen wrote: On Thursday 25 November 2010, 14:44:33 Phil Thompson wrote: On Thu, 25 Nov 2010 14:26:50 +0100, Hans-Peter Jansen h...@urpla.net wrote: On Thursday 25 November 2010,

Re: [PyQt] QStandardItemEditorCreator missing

2010-11-25 Thread Hans-Peter Jansen
On Thursday 25 November 2010, 22:24:02 Baz Walter wrote: On 25/11/10 17:23, Hans-Peter Jansen wrote: Unfortunately, it's still not behaving right: the color chooser is created and shown correctly on double click, one can choose another value, but that isn't supplied back into the table

Re: [PyQt] QStandardItemEditorCreator missing

2010-11-25 Thread Wolfgang Rohdewald
On Donnerstag 25 November 2010, Hans-Peter Jansen wrote: If you run the scripts, and press Arrow left, blank, Arrow down, Return, Return, something similar the following is printed: you probably mean Arrow right, blank, Arrow down, Return, Return I attached the interesting parts of valgrind