Re: [PyQt] pyuic expects certain property methods in Designer plugins

2007-10-08 Thread Arve Knudsen
On 10/8/07, Phil Thompson <[EMAIL PROTECTED]> wrote: > > On Monday 08 October 2007, Arve Knudsen wrote: > > What's the meaning of the stdset attribute? It turns out that for the > > properties of my own custom widget Designer does not specify the stdset > > attribute (not quite sure why), and if st

Re: [PyQt] pyuic expects certain property methods in Designer plugins

2007-10-08 Thread Phil Thompson
On Monday 08 October 2007, Arve Knudsen wrote: > What's the meaning of the stdset attribute? It turns out that for the > properties of my own custom widget Designer does not specify the stdset > attribute (not quite sure why), and if stdset is missing or equals "1" > pyuic reverts to the old behavi

Re: [PyQt] pyuic expects certain property methods in Designer plugins

2007-10-08 Thread Arve Knudsen
What's the meaning of the stdset attribute? It turns out that for the properties of my own custom widget Designer does not specify the stdset attribute (not quite sure why), and if stdset is missing or equals "1" pyuic reverts to the old behaviour of guessing the setter method's name (rather than u

Re: [PyQt] pyuic expects certain property methods in Designer plugins

2007-10-07 Thread Arve Knudsen
On 10/6/07, Phil Thompson <[EMAIL PROTECTED]> wrote: > > On Saturday 06 October 2007, Arve Knudsen wrote: > > On 10/6/07, Phil Thompson <[EMAIL PROTECTED]> wrote: > > > On Saturday 06 October 2007, Arve Knudsen wrote: > > > > On 10/6/07, Phil Thompson <[EMAIL PROTECTED]> wrote: > > > > > On Friday

Re: [PyQt] pyuic expects certain property methods in Designer plugins

2007-10-06 Thread Phil Thompson
On Saturday 06 October 2007, Arve Knudsen wrote: > On 10/6/07, Phil Thompson <[EMAIL PROTECTED]> wrote: > > On Saturday 06 October 2007, Arve Knudsen wrote: > > > On 10/6/07, Phil Thompson <[EMAIL PROTECTED]> wrote: > > > > On Friday 05 October 2007, Arve Knudsen wrote: > > > > > Hi > > > > > I've

Re: [PyQt] pyuic expects certain property methods in Designer plugins

2007-10-06 Thread Arve Knudsen
On 10/6/07, Phil Thompson <[EMAIL PROTECTED]> wrote: > > On Saturday 06 October 2007, Arve Knudsen wrote: > > On 10/6/07, Phil Thompson <[EMAIL PROTECTED]> wrote: > > > On Friday 05 October 2007, Arve Knudsen wrote: > > > > Hi > > > > I've just written a Designer plugin in Python, which I have to s

Re: [PyQt] pyuic expects certain property methods in Designer plugins

2007-10-06 Thread Phil Thompson
On Saturday 06 October 2007, Arve Knudsen wrote: > On 10/6/07, Phil Thompson <[EMAIL PROTECTED]> wrote: > > On Friday 05 October 2007, Arve Knudsen wrote: > > > Hi > > > I've just written a Designer plugin in Python, which I have to say is > > > > very > > > > > nice. However I discovered some surp

Re: [PyQt] pyuic expects certain property methods in Designer plugins

2007-10-06 Thread Arve Knudsen
On 10/6/07, Phil Thompson <[EMAIL PROTECTED]> wrote: > > On Friday 05 October 2007, Arve Knudsen wrote: > > Hi > > I've just written a Designer plugin in Python, which I have to say is > very > > nice. However I discovered some surprising behaviour in pyuic. My widget > > contains Qt properties (de

Re: [PyQt] pyuic expects certain property methods in Designer plugins

2007-10-06 Thread Phil Thompson
On Friday 05 October 2007, Arve Knudsen wrote: > Hi > I've just written a Designer plugin in Python, which I have to say is very > nice. However I discovered some surprising behaviour in pyuic. My widget > contains Qt properties (defined using pyqtProperty), but the generated code > don't use the p

[PyQt] pyuic expects certain property methods in Designer plugins

2007-10-05 Thread Arve Knudsen
Hi I've just written a Designer plugin in Python, which I have to say is very nice. However I discovered some surprising behaviour in pyuic. My widget contains Qt properties (defined using pyqtProperty), but the generated code don't use the properties, instead it tries to use the underlying methods