[PyQt] (sort of) beginner question on pyuic4

2008-06-01 Thread Matt
Hi, I'm having a bit of trouble with pyuic4. I've made a few pyqt apps using pyqt3 (nothing particularly complicated - and I'm no programmer, just a hobbyist), and am now trying to port them over to pyqt4. However, I'm not sure I'm doing things right. I usually design the gui layout using qt

Re: [PyQt] QVariant and Python list

2008-06-01 Thread Phil Thompson
On Wednesday 28 May 2008 6:35:32 pm Laurent Léonard wrote: > 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 followi

[PyQt] ANN: PyQwt-5.1.0 released

2008-06-01 Thread Gerard Vermeulen
What is PyQwt ( http://pyqwt.sourceforge.net ) ? - it is a set of Python bindings for the Qwt C++ class library which extends the Qt framework with widgets for scientific and engineering applications. It provides a 2-dimensional plotting widget and various widgets to display and control bo

Re: [PyQt] Can't create a QImage?

2008-06-01 Thread Giovanni Bajo
On Sat, 2008-05-31 at 17:47 +0200, Piotr Antoniak wrote: > Hi! I'm very new to PyQt (just started using it today) and also quite > new to Qt in general... I have a problem creating a QImage. No matter > what I do, it creates a null one... here's the output I get after I > try to create a 10x10 QIma

Re: [PyQt] webView & webPage

2008-06-01 Thread [EMAIL PROTECTED]
WOO TNX!!! I've searched for 2 weeks! I have qt 4.4 and pyqt-dev-tools compiled for debian, in a DEB package. Tell me if any one want this packages, I have a own ftp server to upload it. Does any know if there's already an app like qt-assistant created with pyqt? Because this is so similar t

Re: [PyQt] Bug - PyQt 4.4.2 and Matplotlib 0.91.2

2008-06-01 Thread Pierre Raybaut
Darren Dale a écrit : On Friday 30 May 2008 5:22:44 pm Pierre Raybaut wrote: Hi, I found out a performance bug when embedding a Matplotlib 0.91.2 canvas in a PyQt 4.4.2 object: the pan/zoom feature is very slow (with PyQt 4.3.3, and the exact same scripts, pan/zoom is real-time). I am posti