[PyQt] Regression in sip 4.7.4 "sip: QPixmap has not been defined"

2008-03-24 Thread Adam C Powell IV
Greetings, I am trying to build the Salomé suite from http://www.salome-platform.org/ which built just fine with sip 4.7.3 but now is not working with 4.7.4. More specifically, I am trying to build the Debian package at http://lyre.mit.edu/~powell/salome/ and running into trouble as described at

Re: [PyQt] Bug with QGraphicsTextItem in pagedesigner.pyw (Mark Summerfield's script)?

2008-03-24 Thread alteo_gange
Mark Summerfield (thanks Mark) gived the solution 15 months ago for an other script: http://www.progressive-comp.com/?l=pykde&m=116593317320820&w=2 It was a pyqt4's bug: http://www.riverbankcomputing.co.uk/pyqt/chlog4.php «2006/12/12 0:43:31 phil Fixed bugs in the sub-class conversion code for QG

[PyQt] testing mailing-lists

2008-03-24 Thread Jul
Just a test because I didn't received my previous emails. Sorry for disturbance. ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] error building PyKDE 4.0.2-1 - QTDIR not respected

2008-03-24 Thread Giacomo Lacava
Hi, I can't build PyKDE 4.0.2-1, even though KDE 4.0.2 is installed. It seems it cannot find the Qt include files, even though QTDIR is set to a symbolic link (/home/pyqt-trunk/share/qt4) pointing to the correct /home/pyqt-trunk/share/qt4.3.3. The mentioned includes The error: g++ -c -Wno-deprecat

Re: [PyQt] QTableWidget in QSplitter

2008-03-24 Thread Aaron Digulla
Gregor Kling schrieb: > I have a MainWindow of which the Centralwidget consist of a Splitter > with more Splitters in it. >[...] > Now what I want is, that each QTableWidget expands its QTableWidgetItems > to the actual size > of its respective Splitter. > Does anyone have a clue how to do this ?