[PyQt] About setting a pixmap as background

2007-07-31 Thread Gustavo A. Díaz
Hi guys, i am trying to set pixmap as background of my Applications, but with not succeed. I was looking around too on tutos and some docs, but i have not clear. Could someone give me a tip? By the way, is it hard to set transparency for an app in pyqt? Thanks!! Cheers. -- Gustavo A. Díaz GDNe

[PyQt] Installation of PyQt4 in Windows

2007-07-31 Thread Vláďa
Hello, I found a tutorial on programming in PyQt and I'd like to try it, but I'm having problems installing it on Windows. I downloaded the installer which should, according to PyQt's website, contain everything needed. I installed Python first a then PyQt itself. Then I wanted to run eric4 I

[PyQt] New Debian packages

2007-07-31 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, there are new Debian packages for the latest release of sip4, PyQt3 and PyQt4 at http://diotavelli.net/files/deb If now immediate show-stoppers occur, I will upload these packages to Debian/unstable tomorrow. For package maintainer: The only dis

Re: [PyQt] pyqt circular references & garbage collection

2007-07-31 Thread Phil Thompson
On Tuesday 31 July 2007 9:11 pm, charles chen wrote: >Thanks Phil for your help with our memory lapse. > >We've come across another issue: the Python garbage collector isn't > sussing out circular references properly. > >A previous post by you say that this should be working: > > http:

[PyQt] pyqt circular references & garbage collection

2007-07-31 Thread charles chen
Thanks Phil for your help with our memory lapse. We've come across another issue: the Python garbage collector isn't sussing out circular references properly. A previous post by you say that this should be working: http://www.riverbankcomputing.com/pipermail/pyqt/2007-May/016237.html

Re: [PyQt] ANN: PyQt v4.3, PyQt v3.17.3, SIP v4.7 Released

2007-07-31 Thread Preisig, Heinz A
Hmmm, having installed the new version, the graphics items suddenly moved twice as fast over the screen. Adjusting the move-event handler fixed the problem. But there are more things (at least in the graphview - group) that seem to have changed their behaviour. Do we all know that? Cheers, Hei