Re: [PyQt] Adding properties to a custom widget

2007-09-10 Thread Hans-Peter Jansen
Am Montag, 10. September 2007 18:34 schrieb skawaii: > > Yeah, I know about pyqtProperty(), as was indicated in my first post. But > like you said, that's PyQt4. Oh well. Guess I'm out of luck and will have > to come up with some crazy work-around. ..which boils down to implementing your widget in

Re: [PyQt] Adding properties to a custom widget

2007-09-10 Thread skawaii
Phil Thompson-2 wrote: > > On Monday 10 September 2007, skawaii wrote: >> Phil Thompson-2 wrote: >> > Sorry, you're out of luck - you need PyQt4 for this. >> > >> > Phil >> > ___ >> > PyQt mailing listPyQt@riverbankcomputing.com >> > http://www.ri

Re: [PyQt] Adding properties to a custom widget

2007-09-10 Thread Phil Thompson
On Monday 10 September 2007, skawaii wrote: > Phil Thompson-2 wrote: > > Sorry, you're out of luck - you need PyQt4 for this. > > > > Phil > > ___ > > PyQt mailing listPyQt@riverbankcomputing.com > > http://www.riverbankcomputing.com/mailman/listinfo/

Re: [PyQt] Adding properties to a custom widget

2007-09-10 Thread skawaii
Phil Thompson-2 wrote: > > Sorry, you're out of luck - you need PyQt4 for this. > > Phil > ___ > PyQt mailing listPyQt@riverbankcomputing.com > http://www.riverbankcomputing.com/mailman/listinfo/pyqt > > Seriously? The functionality to add pro

Re: [PyQt] Adding properties to a custom widget

2007-09-09 Thread Phil Thompson
On Friday 07 September 2007, skawaii wrote: > I've looked around and tried things for a couple of days now, but haven't > been able to figure this out quite yet. > > I've created a custom widget in Qt Designer. It's working great and I'd > like to be able to use this widget in future GUI's that I m

[PyQt] Adding properties to a custom widget

2007-09-07 Thread skawaii
I've looked around and tried things for a couple of days now, but haven't been able to figure this out quite yet. I've created a custom widget in Qt Designer. It's working great and I'd like to be able to use this widget in future GUI's that I make (obviously). When in the "Edit Custom Widgets" d