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 I

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 gave me so

[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

[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

[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'

[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?

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 `.c.o'

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