Re: [PyQt] Problem using promoted widgets with PyQt 4.4.2

2008-07-31 Thread Jan Ekholm
On Thursday 31 July 2008 10:15:34 Jan Ekholm wrote: > Seems that QObjectCreator.addCustomWidget > in /usr/lib/python2.5/site-packages/PyQt4/uic/objcreator.py manages to find > a class named KeywordTree in PyKDE4.kdeui. When that method is entered the > data is all fine and when done it's wrong, ie

Re: [PyQt] Problem using promoted widgets with PyQt 4.4.2

2008-07-31 Thread Jan Ekholm
On Thursday 31 July 2008 09:53:24 Jan Ekholm wrote: > On Wednesday 30 July 2008 14:25:37 Jan Ekholm wrote: > > On Wednesday 30 July 2008 13:47:55 Jan Ekholm wrote: > > > > > > > > I cut the window down to a minimal example that for me does not work. The > > files are all attached and the code is a

Re: [PyQt] Problem using promoted widgets with PyQt 4.4.2

2008-07-30 Thread Jan Ekholm
On Wednesday 30 July 2008 14:25:37 Jan Ekholm wrote: > On Wednesday 30 July 2008 13:47:55 Jan Ekholm wrote: > > > > I cut the window down to a minimal example that for me does not work. The > files are all attached and the code is also inline below. I assume I do > something silly, but for the lov

Re: [PyQt] Problem using promoted widgets with PyQt 4.4.2

2008-07-30 Thread Jan Ekholm
On Wednesday 30 July 2008 13:47:55 Jan Ekholm wrote: I cut the window down to a minimal example that for me does not work. The files are all attached and the code is also inline below. I assume I do something silly, but for the love of Darwin I can't figure it out. tags.py: import sys from P

Re: [PyQt] Problem using promoted widgets with PyQt 4.4.2

2008-07-30 Thread Phil Thompson
On Wed, 30 Jul 2008 13:47:55 +0300, Jan Ekholm <[EMAIL PROTECTED]> wrote: > > Hi, > > Yesterday I upgraded to PyQt 4.4.2 as such a package was available as a > part > of the Kubuntu packages for KDE 4.1. Didn't think too much about it, but > now > that I try to run my photo management app I get

[PyQt] Problem using promoted widgets with PyQt 4.4.2

2008-07-30 Thread Jan Ekholm
Hi, Yesterday I upgraded to PyQt 4.4.2 as such a package was available as a part of the Kubuntu packages for KDE 4.1. Didn't think too much about it, but now that I try to run my photo management app I get some problems that I can't seem to solve. The application heavily relies on promoted wid