[PyKDE] pyuic patch for use with designer 3

2002-06-18 Thread Christian Bird
Hello all, I've been using PyQt and qt designer 3 quite a lot lately and was a bit bummed that I couldn't use the integrated source editor when creating slots connected to signals for various widgets. To overcome this, I hacked a bit on pyuic so that it will include the code from various

Re: [PyKDE] PyQt and Python 2.2 new-style classes

2002-06-18 Thread Phil Thompson
Gordon Tyler wrote: Hi, Is PyQt/PyKDE going to use Python 2.2 new-style classes? I would like to be able to use some of the features of new-style classes like static methods and properties in classes that are derived from Qt classes. No current plans. Phil

Re: [PyKDE] pyuic patch for use with designer 3

2002-06-18 Thread Michael Lauer
Am Mon, 2002-06-17 um 18.15 schrieb Christian Bird: Hello all, I've been using PyQt and qt designer 3 quite a lot lately and was a bit bummed that I couldn't use the integrated source editor when creating slots connected to signals for various widgets. To overcome this, I hacked a bit

[PyKDE] self.trUtf8(string)

2002-06-18 Thread Karl
Hi! I have build a project using the Qt Designer for Qt 2.3. When I compile the .ui file with pyuic, it uses the function self.trUtf8(string) for captions of Buttons etc. When I want to use the class created, python tells me that there is an attribute error in all the lines where this Utf8