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