[PyQt] ANN: PyQwt3d-0.1.6 released

2007-08-07 Thread Gerard Vermeulen
What is PyQwt3D ( http://pyqwt3d.sourceforge.net) ? - it is a set of Python bindings for the QwtPlot3D C++ class library which extends the Qt framework with widgets for 3D data visualization. PyQwt3D inherits the snappy feel from QwtPlot3D. The examples at http://pyqwt.sourceforge.net/pyqwt3

[PyQt] PyKDE4 progress report

2007-08-07 Thread Jim Bublitz
As of a few minutes ago, I have a "working" PyKDE4 version for KDE 4 beta 1 (3.92.0). "Working" in the sense that all the modules will load and I can run a simple app that puts up a window. If anyone is interested in playing with it (it's still very rough) drop me an email directly ([EMAIL PROT

[PyQt] Is there a way to download the documentation?

2007-08-07 Thread Hernán Rajchert
I have a bad internet conection and from time to time it doesn't work so i was wondering if i could download the API reference. ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Set a SVG image as background and with transparency

2007-08-07 Thread Gustavo A. Dí­az
What i want is this: Do you ever saw an superkaramba applet? it has no QT background and uses semi-transparents PNG pixmaps as application background. That is what i want. Thanks. Cheers. David Boddie escribió: On Mon, 6 Aug 2007 11:17:18 -0300, Gustavo A. Díaz wrote: I tried

Re: [PyQt] Set a SVG image as background and with transparency

2007-08-07 Thread David Boddie
On Mon, 6 Aug 2007 11:17:18 -0300, Gustavo A. Díaz wrote: > I tried to render a svg file and load as background, which i didn't > succeed... i just threated it as a pixmaps to load it, but with that i cant > set transparency ,if i am not wrong. Pixmaps can have levels of transparency, too. > For

[PyQt] opengl/overpainting example failing on glPushAttrib

2007-08-07 Thread Allen Bierbaum
I have been trying to get the overpainting and 2dpainting examples in PyQt (examples/openg/) to work on Linux. I am running Ubuntu 7.04 with the latest nvidia drivers. At first I kept getting segfaults with these examples and their cpp counterparts in the Qt 4.3 examples. After a few hours of se

[PyQt] Re: Set a SVG image as background and with transparency

2007-08-07 Thread Gustavo A. Díaz
Hi guys again I'been trying these but with no look about: have a transparent PyQT App/widget and using transparents SVG images as background of the app Anyone could help me with this By the way, the closest example i found is in http://labs.trolltech.com/page/Graphics/Examples (the ARGB one)

Re: [PyQt] Qt 4.3.1

2007-08-07 Thread Phil Thompson
On Tuesday 07 August 2007 2:50 pm, charles chen wrote: > Hello, > >Qt 4.3.1 has been released; is PyQt 4.3 compatible? Yes. Phil ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Qt 4.3.1

2007-08-07 Thread David Boddie
On Tue Aug 7 14:50:41 BST 2007, charles chen wrote: > Qt 4.3.1 has been released; is PyQt 4.3 compatible? It works fine for me. David ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] Qt 4.3.1

2007-08-07 Thread charles chen
Hello, Qt 4.3.1 has been released; is PyQt 4.3 compatible? Thanks, Charles. ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] QSizeGrip does not work

2007-08-07 Thread Phil Thompson
On Tuesday 07 August 2007 11:30 am, Giovanni Bajo wrote: > On 8/7/2007 12:24 PM, Giovanni Bajo wrote: > > Hi Phil, > > > > it looks like QSizeGrip does not work at all in Windows. Something > > really simple like: > > > > > > > > >>> from PyQt4.Qt import * > > >>>

[PyQt] QSizeGrip does not work

2007-08-07 Thread Giovanni Bajo
Hi Phil, it looks like QSizeGrip does not work at all in Windows. Something really simple like: >>> from PyQt4.Qt import * >>> app = QApplication([]) >>> mw = QMainWindow() >>> QSizeGrip(mw) >>> mw.show() can be used to verify

Re: [PyQt] QSizeGrip does not work

2007-08-07 Thread Giovanni Bajo
On 8/7/2007 12:24 PM, Giovanni Bajo wrote: Hi Phil, it looks like QSizeGrip does not work at all in Windows. Something really simple like: >>> from PyQt4.Qt import * >>> app = QApplication([]) >>> mw = QMainWindow() >>> QSizeGrip(mw) >>> mw.show() ===

[PyQt] ANN: PyQwt3D-0.1.5 released

2007-08-07 Thread Gerard Vermeulen
What is PyQwt3D ( http://pyqwt3d.sourceforge.net) ? - it is a set of Python bindings for the QwtPlot3D C++ class library which extends the Qt framework with widgets for 3D data visualization. PyQwt3D inherits the snappy feel from QwtPlot3D. The examples at http://pyqwt.sourceforge.net/pyqwt3

Re: [PyQt] Can no longer copy QColor objects

2007-08-07 Thread Phil Thompson
On Tuesday 07 August 2007 8:00 am, [EMAIL PROTECTED] wrote: > Problem: Can no longer copy QColor objects > > Occured with PYQT 3.17.2 and SIP 4.6 Was there a time when you *could* copy QColor objects? > Can anybody kindly confirm whether this problem has vanished (or not?) > with the latest SIP

[PyQt] Can no longer copy QColor objects

2007-08-07 Thread matthias . oberlaender
Problem: Can no longer copy QColor objects Occured with PYQT 3.17.2 and SIP 4.6 Can anybody kindly confirm whether this problem has vanished (or not?) with the latest SIP version (4.7)? Thanks, Matti Input: import qt import sip from copy import copy print "PYQT version", qt.PYQT_VERSION_STR