[PyKDE] Cannot connect QSplitter signal

2003-06-27 Thread Toru Furukawa
I want to make a QSplitter widget detect double-click event, but I cannot figure out how. Platform: WindowsXP / Python2.2.2 / Qt2.3 / PyQt-3.6 I tried this code; # sp.py from qt import * app = QApplication([]) s = QSplitter() app.setMainWidget(s) s.show() app.connect(s, SIGNAL("childEvent(QChild

[PyKDE] C++ conversion to python, using sip

2003-06-27 Thread Park joon cheol
Error messages: A function with the same Python signature has already been defined C++ Code: Class foo { ... boolwrite (const QString §ion, const QString &entry, int value); int read (const QString

Re: [PyKDE] IOSlaves in Python?

2003-06-27 Thread David Boddie
On Thursday 26 June 2003 23:19, Jim Bublitz wrote: > On Thursday June 26 2003 10:42, David Boddie wrote: > > There are quite a few small examples in the kioslave > > subdirectory in kdebase, including the minimal "about" slave. > > As usual, a direct translation reveals some differences > > betwe

Re: [PyKDE] Aligning Text in a Table

2003-06-27 Thread Simon Edwards
Hi, On Friday 27 June 2003 16:49, Bob Parnes wrote: > Sorry for posing trivial questions, but I do not understand how to use > paintCell. Attached is a demo to right-align text in a table cell. > There is no error message, but the code is ignored. So I assume that I > misinterpreted the documentat

[PyKDE] Aligning Text in a Table

2003-06-27 Thread Bob Parnes
Hello, Sorry for posing trivial questions, but I do not understand how to use paintCell. Attached is a demo to right-align text in a table cell. There is no error message, but the code is ignored. So I assume that I misinterpreted the documentation. Thanks for any help. bp -- Bob Parnes [EMAIL