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

Re: [PyQt] Dumb question about QAction

2007-10-06 Thread Phil Thompson
On Saturday 06 October 2007, Nahuel Defossé wrote: > Hi, > I'm sure there's a simple answer for this question. > I have a QSystemTrayIcon which sets its context menu with a custom class I > wrote with a few actions (exit, start, stop, status). > I conntect signals with QtCore.QMetaObject.connectSlo