[PyQt] Re: Various problems with QGraphicsView

2008-05-28 Thread Luke Campagnola
And of course I forgot to attach the script. On Thu, May 29, 2008 at 1:21 AM, Luke Campagnola <[EMAIL PROTECTED]> wrote: > Hello again, > I am trying to implement a subclass of QGraphicsView that allows the > user to pan its contents by dragging with the middle mouse button and > scale by dragging

[PyQt] Various problems with QGraphicsView

2008-05-28 Thread Luke Campagnola
Hello again, I am trying to implement a subclass of QGraphicsView that allows the user to pan its contents by dragging with the middle mouse button and scale by dragging with the right button. for various reasons, I do not wish to use the built-in pan and zoom features in QGraphicsView. I have read

[PyQt] what widget do you recommend for running (vt100) terminal apps and...

2008-05-28 Thread Nenad Romic - Marcell
i have two questions: * what widget do you recommend for running (vt100) terminal apps? i can run ajaxterm in webkit but was thinking what would be better choice in your opinion.. i would like to run ipython in that widget... * i use ipython for developing pyqt4 apps and i really like repl user int

[PyQt] Re: segfaults in a couple libraries with sip 4.7.6 and pyqt4 4.4.2 on linux

2008-05-28 Thread Erick Tryzelaar
We managed to get the stack trace inside sip, if this helps: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 46912506839232 (LWP 11879)] 0x2aaab4432cab in getClassType (enc=0x2f8d9b30, em=0x0) at siplib.c:6108 6108em = em->em_imports[enc->sc_module].im

[PyQt] QVariant and Python list

2008-05-28 Thread Laurent Léonard
Hi, I read QList and QMap are not implemented in PyQt, because of the presence of Python lists and dictionaries. But how can I use QVariant to "encapsulate" Python lists and dictionaries ? When I try to do it I get the following error message : "TypeError: argument 1 of QVariant() has an inv

Re: [PyQt] ANN: PyQt v4.4.2 and SIP v4.7.6 Released

2008-05-28 Thread Laurent Léonard
Le mercredi 28 mai 2008 à 06:16, Gerard Vermeulen a écrit : > On Tue, 27 May 2008 23:59:44 +0200 > > Laurent Léonard <[EMAIL PROTECTED]> wrote: > > Le mercredi 21 mai 2008 à 01:11, Phil Thompson a écrit : > > > The PyQt GPL Windows installer has been updated to the latest > > > version. It still in

[PyQt] New bug in SIP

2008-05-28 Thread Giovanni Bajo
Hi Phil, I found a new bug in SIP (it used to work with a SIP from September 2007). If you declare a class with a single constructor, you write %MethodCode for that constructor, and you make it raise an exception (PyErr_Format) and set sipIsErr=1, the exception is not propagated to Python: it

Re: [PyQt] Issues with PyKDE4 and i18n API (fixed)

2008-05-28 Thread Chusslove Illich
> [: Simon Edwards :] > All of these issues are fixed in the coming 4.0.5 release of KDE & > kdebindings. Superb, thanks! Off to mauling the PyKDE4-based code which already found its way into KDE core modules... -- Chusslove Illich (Часлав Илић) pgpbcm3zeiZsJ.pgp Description: PGP signature __