Re: [PyKDE] Missing signal?

2005-04-04 Thread Eron Lloyd
Ah ha, guess I need more rest... thanks a lot. Eron On Monday 04 April 2005 6:34 pm, Torsten Marek wrote: > Eron Lloyd schrieb: > > Hi all, > > > > I'm trying to connect to the overloaded method of > > QComboBox.activated(const QString & string), but Qt complains that > > there's no such signal.

Re: [PyKDE] Memory leak: Cycles with QObject's doesn't get collected

2005-04-04 Thread Nahuel Greco
On Sun, 3 Apr 2005 00:30:23 +0100 Phil Thompson <[EMAIL PROTECTED]> wrote: > That's because SIP has never supported the cyclic garbage collector. That is > now fixed and your test script shows no leak. > > I've also added %GCTraverseCode and %GCClearCode to allow classes that > include > refer

Re: [PyKDE] Missing signal?

2005-04-04 Thread Torsten Marek
Eron Lloyd schrieb: > Hi all, > > I'm trying to connect to the overloaded method of QComboBox.activated(const > QString & string), but Qt complains that there's no such signal. Here is some > sample code: > > from qt import * > > app = QApplication([]) > vBox = QVBox() > label = QLabel("Curren

[PyKDE] Missing signal?

2005-04-04 Thread Eron Lloyd
Hi all, I'm trying to connect to the overloaded method of QComboBox.activated(const QString & string), but Qt complains that there's no such signal. Here is some sample code: from qt import * app = QApplication([]) vBox = QVBox() label = QLabel("Current Item", vBox) comboBox = QComboBox(vBox)

[PyKDE] The thingie that makes your user interfaces....

2005-04-04 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello all, as it seems, I'm very bad at names. Now's the third time I writing about this to the list, and I have come up with the third name. BEHOLD: PyQtUI 0.2 is on my server (http://diotavelli.net/files/PyQtUI-0.2.tar.gz). This release has not on

Re: [PyKDE] Adding translations to eric3

2005-04-04 Thread Detlev Offenbach
Am Montag, 4. April 2005 19:35 schrieb Eric van Riet Paap: > Detlev Offenbach wrote: > >The translation files are generated in the directory of the main script. > > When you add a language via the translations browser, a file called like > > your main script with an underscore and the language abbr

Re: [PyKDE] Adding translations to eric3

2005-04-04 Thread Eric van Riet Paap
Detlev Offenbach wrote: The translation files are generated in the directory of the main script. When you add a language via the translations browser, a file called like your main script with an underscore and the language abbreviation is generated (e.g. for /path_to_your_main_script/main

Re: [PyKDE] Adding translations to eric3

2005-04-04 Thread Detlev Offenbach
The translation files are generated in the directory of the main script. When you add a language via the translations browser, a file called like your main script with an underscore and the language abbreviation is generated (e.g. for /path_to_your_main_script/main_script.py and nl it is /path