Re: [PyKDE] build error: SIP4 sip-snapshot-20060321 with debug option

2006-03-23 Thread Mārtiņš Možeiko
[EMAIL PROTECTED] wrote: Hello, if i build SIP4 sip-snapshot-20060321 with debug option, a undefined reference breaks the build. ( windows XP, python2.4.2, mingw ) marc gehling snip ... g++ -mthreads -Wl,-enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc

Re: [PyKDE] build error: SIP4 sip-snapshot-20060321 with debug option

2006-03-23 Thread Phil Thompson
On Thursday 23 March 2006 5:56 pm, [EMAIL PROTECTED] wrote: > Hello, > > if i build SIP4 sip-snapshot-20060321 with debug option, a undefined > reference breaks the build. ( windows XP, python2.4.2, mingw ) > > marc gehling > > snip > makefile:29: warning: overriding commands for target

[PyKDE] Re: PyQt3: QGLWidget should transfer QGLContext ownership?

2006-03-23 Thread Phil Thompson
On Thursday 23 March 2006 1:59 pm, Giovanni Bajo wrote: > Hello Phil, > > any reason why this QGLWidget's constructor: > > QGLWidget(QGLContext *,QWidget * /TransferThis/ = 0,const char * = 0, > const QGLWidget * = 0,WFlags = 0); > > doesn't also transfer the ownership of the QGLContext? > QGL

Re: [review] [PyKDE] build error w/ KDE 3.5.2 on Mac OS X (Qt3/X11)

2006-03-23 Thread Jim Bublitz
On Wednesday 22 March 2006 15:02, Benjamin Reed wrote: > On 3/22/06, Jim Bublitz <[EMAIL PROTECTED]> wrote: > > In this case, I'd suspect that gcc 4.0 is the problem - early versions > > (before 4.0.3 ??) can't handle the large files PyKDE generates, although > > I would have expected problems befo

[PyKDE] build error: SIP4 sip-snapshot-20060321 with debug option

2006-03-23 Thread m . gehling
Hello, if i build SIP4 sip-snapshot-20060321 with debug option, a undefined reference breaks the build. ( windows XP, python2.4.2, mingw ) marc gehling snip makefile:29: warning: overriding commands for target `.c.o' makefile:26: warning: ignoring old commands for target `.c.o' mi

[PyKDE] How to use QHeaderView ?

2006-03-23 Thread Olivier Fournier
Hi, I don't understand how to use QheaderView in pyqt4: I need to know when an user modify the witdh of a column so I think use the signal QHeaderView.sectionResized So, I add to my TableView an QHeaderView: import sys from PyQt4 import QtCore, QtGui class Ui_Form(object): def setupUi(se

[PyKDE] PyQt3: QGLWidget should transfer QGLContext ownership?

2006-03-23 Thread Giovanni Bajo
Hello Phil, any reason why this QGLWidget's constructor: QGLWidget(QGLContext *,QWidget * /TransferThis/ = 0,const char * = 0, const QGLWidget * = 0,WFlags = 0); doesn't also transfer the ownership of the QGLContext? QGLWidget::~QGLWidget always deletes the context. I also verified that a m

Re: [PyKDE] PyQt4 uic bug

2006-03-23 Thread Torsten Marek
Eric Gach wrote: > Hi, > > There seems to be a problem with pyuic4 and generating the code when > using QDockWidget. There's a setting that can be seen in the Qt Designer > for QDockWidget that is called "docked". This isn't documented in the Qt > documentation for QDockWidget, which is why it gav

Re: [PyKDE] strange seg fault with SIGNAL('PyObject *')

2006-03-23 Thread Phil Thompson
On Thursday 23 March 2006 3:47 am, Patrick Stinson wrote: > I don't have debuggin symbols installed, but I am consistently getting a > seg fault after calling the python slot connected to SIGNAL('PyObject *') > from a QWidget subclass. I am usually passing a python string with the > signal, but if