Re: [PyKDE] Another problem with custom widgets and pyuic4

2006-01-16 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Andreas, > >>From what I have understood and from what I saw, all this proxy-objects > stuff is pretty good in writing the same thing with less code. If you > compare your uic to the one shipped with Qt4.1 just by lines of code you > decreased it

Re: [PyKDE] Another problem with custom widgets and pyuic4

2006-01-16 Thread Andreas Pakulat
On 16.01.06 17:11:53, Andreas Pakulat wrote: > Hi, > > Torsten this is for you: Replying to my own "bug report": The error was in my patch that made custom widgets work. The "default" base class needs to be QWidget not QObject on line 352 in uiparser.py. Phil can you please fix that when you re

Re: [PyKDE] Another problem with custom widgets and pyuic4

2006-01-16 Thread Andreas Pakulat
On 16.01.06 18:17:18, Torsten Marek wrote: > Andreas Pakulat schrieb: > > Hi, > > > > Torsten this is for you: > > > > There is a problem setting various parameters on custom widgets, for > > example changing the sizePolicy in designer for a custom widget results > > in pyuic4 failing to generate

Re: [PyKDE] Another problem with custom widgets and pyuic4

2006-01-16 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Pakulat schrieb: > Hi, > > Torsten this is for you: > > There is a problem setting various parameters on custom widgets, for > example changing the sizePolicy in designer for a custom widget results > in pyuic4 failing to generate the code wi

[PyKDE] Another problem with custom widgets and pyuic4

2006-01-16 Thread Andreas Pakulat
Hi, Torsten this is for you: There is a problem setting various parameters on custom widgets, for example changing the sizePolicy in designer for a custom widget results in pyuic4 failing to generate the code with: [EMAIL PROTECTED]:~/projects/pyfilmdbsimpleui/ui>pyuic4 moviewidget.ui -o Ui_mov