Re: [PyKDE] Wrapper for QWidgetFactory

2004-09-02 Thread Phil Thompson
On Monday 30 August 2004 10:46 pm, Gustavo Barbieri wrote: > Hello, > > Tried of connecting slots manually I've coded a wrapper [1] for > QWidgetFactory that given a class it do all the connections and return > the interface. > > There is a demo [2], which was my (only) test case... > > Could you c

[PyKDE] Wrapper for QWidgetFactory

2004-08-30 Thread Gustavo Barbieri
Hello, Tried of connecting slots manually I've coded a wrapper [1] for QWidgetFactory that given a class it do all the connections and return the interface. There is a demo [2], which was my (only) test case... Could you comment on that? There is any possibility to integrate that to PyQT? [1]