Re: [PyKDE] porting qtdemo example

2006-01-16 Thread Andreas Pakulat
On 17.01.06 01:00:11, Andreas Pakulat wrote: > Oh and the last thing: I'll also remove all the extra dicts/lists that > currently are in the Launcher class and make that a list of > category-dicts, where each dict has an item that itself is a list of > example-dicts. I think this is more pythonic a

Re: [PyKDE] porting qtdemo example

2006-01-16 Thread Andreas Pakulat
On 15.01.06 01:24:26, Andreas Pakulat wrote: > Hi, > > I'm currently porting the qtdemo example, so far the code has no or > (hopefully) only little obvious errors. The whole drawing-stuff does not > yet work but I have to work my way through the different classes to get > that fixed. Ok, here's

[PyKDE] Eric3: Bug and RFE

2006-01-16 Thread Michael Zimmermann
Hi Detlev, there seems to be a tiny bug in the Projects > show > Code Metrics functionality. This method does not test the existance of the files provided by the project tree in eric3. If the file does not exist (e. g. deleted via svn or from the command) I do get an exception (file not found

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

Re: [PyKDE] porting qtdemo example

2006-01-16 Thread Phil Thompson
On Monday 16 January 2006 11:19 am, Andreas Pakulat wrote: > On 16.01.06 10:08:03, Phil Thompson wrote: > > On Sunday 15 January 2006 12:24 am, Andreas Pakulat wrote: > > I think it's best if we keep everything relative to the qtdemo directory, > > then it doesn't matter where they reside - so long

Re: [PyKDE] porting qtdemo example

2006-01-16 Thread Andreas Pakulat
On 16.01.06 10:08:03, Phil Thompson wrote: > On Sunday 15 January 2006 12:24 am, Andreas Pakulat wrote: > I think it's best if we keep everything relative to the qtdemo directory, > then > it doesn't matter where they reside - so long as they are kept together. > > Let's say there will be a "Exa

Re: [PyKDE] porting qtdemo example

2006-01-16 Thread Phil Thompson
On Sunday 15 January 2006 12:24 am, Andreas Pakulat wrote: > Hi, > > I'm currently porting the qtdemo example, so far the code has no or > (hopefully) only little obvious errors. The whole drawing-stuff does not > yet work but I have to work my way through the different classes to get > that fixed.

Re: [PyKDE] SIP...Need help

2006-01-16 Thread Phil Thompson
On Saturday 14 January 2006 11:04 pm, [EMAIL PROTECTED] wrote: > Hi all ! > > We try to create binding for Ultimate++ lib > have most of widgets and non-gui classes (~70%) > without Callback system :( > > We using SIP to wrap the code. > > this is a simple code ... > > Callback TheBack::THE_Callbac