[PyKDE] [PyQt] [3] Segfault when accessing a QString after emission

2006-09-12 Thread Marco Wahl
Hi! This is driving me mad: [[[ Python 2.4.1 (#7, Aug 3 2005, 14:55:58) [GCC 3.3.1 (SuSE Linux)] on linux2 Type help, copyright, credits or license for more information. from qt import * import sys app = QApplication(sys.argv) class ConnBox(QObject): ... def __init__(self, *args): ...

[PyKDE] Typo

2006-04-07 Thread Marco Wahl
Hello, on http://www.riverbankcomputing.com/Docs/PyQt3/PyQt.html in section 'Signal and Slot Support' one finds quote Note that when a slot is a Python callable object it's reference... /quote it's should be its, shouldn't it? HTH, Marco ___

Re: [PyKDE] textChanged()

2006-02-22 Thread Marco Wahl
This time I was sure I had it right, but no... I fell into another trap.I have a QTextEdit widget and need to know when the contents change. So I found the textChanged() signal and did:self.connect(self.mainTextWindow, SIGNAL(textChaged()), self.doTest) Didn't work ('mainTextWindow' is my

[PyKDE] Can't compile PyQt 3.15

2005-09-19 Thread Marco Wahl
for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. PyQt sip -V 4.3.1 (4.3.1-SIP-4_3-362) -- Marco Wahl | email: [EMAIL PROTECTED] Visenso GmbH | http://www.visenso.de Nobelstrasse 15, 70569 Stuttgart | Tel: +49 (0) 711 849700 22 Germany

Re: [PyKDE] Can't compile PyQt 3.15

2005-09-19 Thread Marco Wahl
I'd try on a different system. So I did and it worked :-). Thank you all very much! Marco ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

[PyKDE] WStyle_Dialog missing in pyqt

2005-08-01 Thread Marco Wahl
qt import * print 'WStyle_Dialog' in dir(Qt) 0 This is obviously a bug. See also the thread http://mats.imk.fraunhofer.de/pipermail/pykde/2003-February/004671.html. Cheers -- Marco Wahl | email: [EMAIL PROTECTED] Visenso GmbH | http