Re: [PyKDE] Re: [PyQt3] QStyle.drawComplexControl() with invalid type in arg 7

2006-10-23 Thread Hans-Peter Jansen
Why the f*ck generated KMail a html mail? :-( Sorry guys, here's a sane version: Am Montag, 23. Oktober 2006 18:22 schrieb Hans-Peter Jansen: > Am Sonntag, 22. Oktober 2006 23:32 schrieb Hans-Peter Jansen: > > Update: to avoid the SC_All value for the sub parameter, I added: > > sub = QS

[PyKDE] Re: [PyQt3] QStyle.drawComplexControl() with invalid type in arg 7

2006-10-23 Thread Hans-Peter Jansen
Am Montag, 23. Oktober 2006 18:22 schrieb Hans-Peter Jansen: > Am Sonntag, 22. Oktober 2006 23:32 schrieb Hans-Peter Jansen: > > Update: to avoid the SC_All value for the sub parameter, I added: > > sub = QStyle.SC_SpinWidgetUp | QStyle.SC_SpinWidgetDown | > QStyle.SC_SpinWidgetFrame | \ Q

Re: [PyKDE] Python-2.4.2-buffer-interface.patch

2006-10-23 Thread Ismail Donmez
23 Eki 2006 Pts 17:40 tarihinde, Giovanni Bajo şunları yazmıştı: > Ismail Donmez wrote: > > Anyone knows whats $subject is used for? > > It's a patch against Python itself, to fix the so-called "buffer > interface", which is the feature used by QString (PyQt4) to be totally > duck-type-able with a

[PyKDE] Re: [PyQt3] QStyle.drawComplexControl() with invalid type in arg 7

2006-10-23 Thread Hans-Peter Jansen
Am Sonntag, 22. Oktober 2006 23:32 schrieb Hans-Peter Jansen: > Hi Phil et al., > > for some special DecimalSpinBox and DateTimeEdit widgets, I've > reimplemented QSpinWidget in Python. Unfortunately, I'm stuck with a > problem in paintEvent, when executing this line: > > self.style().d

Re: [PyKDE] Python-2.4.2-buffer-interface.patch

2006-10-23 Thread Giovanni Bajo
Ismail Donmez wrote: > Anyone knows whats $subject is used for? It's a patch against Python itself, to fix the so-called "buffer interface", which is the feature used by QString (PyQt4) to be totally duck-type-able with a normal Python string. Python alread supported the buffer interface, but was

[PyKDE] Python-2.4.2-buffer-interface.patch

2006-10-23 Thread Ismail Donmez
Hi, Anyone knows whats $subject is used for? Regards, ismail ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde