[PyQt] build sip on osx (unix way, no framework)

2010-06-01 Thread Massimo Di Stefano
Hi, I'm tring to build sip on mac osx using python compiled from source in a standard unix fashon, without framework. i used this line to configure sip : python configure.py -d /usr/local/gislib/unix/lib/python2.6/site-packages -b /usr/local/gislib/unix/bin -e /usr/local/gislib/unix/include -v

Re: [PyQt] build sip on osx (unix way, no framework)

2010-06-01 Thread Phil Thompson
On Tue, 1 Jun 2010 10:21:44 +0200, Massimo Di Stefano massimodisa...@gmail.com wrote: Hi, I'm tring to build sip on mac osx using python compiled from source in a standard unix fashon, without framework. i used this line to configure sip : python configure.py -d

[PyQt] Any examples for qgraphicswebview?

2010-06-01 Thread Mailing List SVR
Hi all, can someone provide a basic example on how to use qgraphicswebview in pyqt? thanks Nicola ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] Use of PyQt_PyObject broken?

2010-06-01 Thread Umit Oztosun
Hello, I have tried latest PyQt (PyQt-win-gpl-snapshot-4.7.4-55d63b517349) and Sip (sip-snapshot-4.10.3-de0df36d3162) snapshots on Win32, Python 2.5, Qt 4.6.2. However it does not seem possible to use PyQt_PyObject signal argument type; I am receiving the following error: TypeError: type

[PyQt] gantt view

2010-06-01 Thread Zoltan Szalai
Hello, I would like to use a Gantt view in my PyQt application. I found an implementation in kdepim [ http://websvn.kde.org/trunk/KDE/kdepim/ ] (actually two: kdgantt, kdgantt1, but I don't really know the difference between them yet) but I didn't find python bindings for it in pykde4 or

[PyQt] splitters

2010-06-01 Thread Lic . José M . Rodriguez Bacallao
hi folks, does anyone know where to get a four way splitter that I can use with PyQt4? -- Lic. José M. Rodriguez Bacallao Centro de Biofisica Medica - Todos somos muy ignorantes, lo que ocurre es que no todos ignoramos lo mismo.

Re: [PyQt] build sip and pyqt on osx (unix way, no python framework)

2010-06-01 Thread Massimo Di Stefano
Il giorno 01/giu/2010, alle ore 13.01, Phil Thompson ha scritto: On Tue, 1 Jun 2010 12:49:16 +0200, Massimo Di Stefano massimodisa...@gmail.com wrote: i tried to remove : -framework Python from the file : PyQt-mac-gpl-4.7.3/designer/Makefile but the error persists : I have no

[PyQt] Custom delegates and alternating row colors on QTableView

2010-06-01 Thread Ricardo Cruz
Hi there, I'm programming a small finance application and I use QTableViews intensively. It happens that for most of these tables I have special painting requirements and need a custom delegate. I am using QtyledItemDelegate as a base class. One of the things I would like the delegate to manage

Re: [PyQt] splitters

2010-06-01 Thread Andreas Pakulat
On 01.06.10 15:41:01, Lic. José M. Rodriguez Bacallao wrote: hi folks, does anyone know where to get a four way splitter that I can use with PyQt4? You mean this: Widget A | Widget B --- Widget C | Widget D Thats doable by nesting splitters, i.e. create one and put a splitter