[PyQt] Qt 4.6.3

2010-07-12 Thread Leo Spalteholz
Hi all, I've been following the changelog for PyQt, and was encouraged by a note saying that support for Qt 4.6.3 was added a while back. Just saw that PyQt 4.7.4 was released, and I was hoping that it would be based on 4.6.3, since it contains a fix (or mitigation) for a bug I'm experiencing

[PyQt] multiple inheritance + QtCore.pyqtSignal()

2010-07-12 Thread Jugdish
Is there any way to have a class inherit from multiple classes that emit signals? I know that PyQt4 doesn't support inheriting from one than one QObject class, so I've got one of the superclasses declared as a subclass QObject and the other as a subclass of object. However, I'm not able to define s

[PyQt] ANN: PyQt v4.7.4, SIP v4.10.3 and QScintilla v2.4.4 Released

2010-07-12 Thread Phil Thompson
PyQt v4.7.4, SIP v4.10.3 and QScintilla v2.4.4 have been released and can be downloaded from the usual places. All contain both minor enhancements and bug fixes - see the News page of the website for details. A Python binary installer for PyQt is provided for Python v2.7. Phil __

[PyQt] Running new windows in existing app

2010-07-12 Thread Brandon Harris
Is it possible to create a single app that I can then run all my windows in? I'm wanting to generate an app in nuke and then all windows I create within nuke will run inside of that application. Is this possible? Brandon L. Harris ___ PyQt mailing lis

[PyQt] Synchronization of QDataWidgetMapper index of new row with respect to QSqlTableModel sort criteria

2010-07-12 Thread bar tomas
Hi, I'm using a QDataWidgetMapper to map the fields in a database table to the fields in a form. The QSqlRelationalTableModel model associated to my QDataWidgetMapper has a sort criteria on the basis of an integer field. My problem is how to set the correct index of the QDataWidgetMapper when a ne