[PyQt] QMessage box question...

2009-10-16 Thread Laurent Dufrechou
Hi, I have a QMessageBox which have small text and informative text, but have big lines as detailed text. (kind of exeption log) Thus, my dialog is quite small and when the user shows the details, this is almost unreadable. My current code: def MessageBox(title, text, info, detail, info_icon, bu

Re: [PyQt] Freezes and crashes with signal autoconnection

2009-10-16 Thread Christian Roche
Hi again! Phil Thompson-5 wrote: > > If you have a list of the QThread instances you can scan the list when > finished() is received to see which one it is. There is an obvious race > condition with that approach. > I don't know if this race condition is obvious but I'm personally unable to i

Re: [PyQt] Next Releases of PyQt and SIP

2009-10-16 Thread Giovanni Bajo
On 10/16/2009 3:38 PM, Phil Thompson wrote: On Fri, 16 Oct 2009 15:31:08 +0200, Giovanni Bajo wrote: On 10/16/2009 10:10 AM, Phil Thompson wrote: All outstanding bug reports against PyQt and SIP have been resolved - if you disagree then let me know. I plan to release PyQt v4.6.1 and SIP v4.9.

Re: [PyQt] problem with pyqt 4.6

2009-10-16 Thread Linos
Phil Thompson escribió: On Fri, 16 Oct 2009 16:27:00 +0200, Linos wrote: i dont know if this is a bug or a change in behaviour but keyPressEvent dont catch the keyboard events in my QWidget or QDialog subclasses. In the example added with PyQt 4.4 you can press any key and get his int code pr

Re: [PyQt] problem with pyqt 4.6

2009-10-16 Thread Phil Thompson
On Fri, 16 Oct 2009 16:27:00 +0200, Linos wrote: > i dont know if this is a bug or a change in behaviour but keyPressEvent > dont > catch the keyboard events in my QWidget or QDialog subclasses. In the > example > added with PyQt 4.4 you can press any key and get his int code printed but > with

[PyQt] problem with pyqt 4.6

2009-10-16 Thread Linos
i dont know if this is a bug or a change in behaviour but keyPressEvent dont catch the keyboard events in my QWidget or QDialog subclasses. In the example added with PyQt 4.4 you can press any key and get his int code printed but with last snapshot it never prints anything. - CODE # -*- c

Re: [PyQt] Next Releases of PyQt and SIP

2009-10-16 Thread Phil Thompson
On Fri, 16 Oct 2009 15:31:08 +0200, Giovanni Bajo wrote: > On 10/16/2009 10:10 AM, Phil Thompson wrote: >> All outstanding bug reports against PyQt and SIP have been resolved - if >> you disagree then let me know. >> >> I plan to release PyQt v4.6.1 and SIP v4.9.1 early next week. >> >> BTW, the

Re: [PyQt] Next Releases of PyQt and SIP

2009-10-16 Thread Giovanni Bajo
On 10/16/2009 10:10 AM, Phil Thompson wrote: All outstanding bug reports against PyQt and SIP have been resolved - if you disagree then let me know. I plan to release PyQt v4.6.1 and SIP v4.9.1 early next week. BTW, the current PyQt snapshot will build against Qt v4.6-beta1. Hi Phil, I got s

RE: [PyQt] Next Releases of PyQt and SIP

2009-10-16 Thread Phil Thompson
On Fri, 16 Oct 2009 16:34:12 +0600, "Igor Prischepoff" wrote: >>BTW, the current PyQt snapshot will build against Qt v4.6-beta1. >>Phil > Wow, that's great! > Is Animation framework and state machine supported? > > Can't wait to test those c00l animations! :) > > pyqt 4.6.1. on next week will be

RE: [PyQt] Next Releases of PyQt and SIP

2009-10-16 Thread Igor Prischepoff
>BTW, the current PyQt snapshot will build against Qt v4.6-beta1. >Phil Wow, that's great! Is Animation framework and state machine supported? Can't wait to test those c00l animations! :) pyqt 4.6.1. on next week will be build against qt 4.6 beta or qt 4.5? I would like to port couple of new anim

Re: [PyQt] Next Releases of PyQt and SIP

2009-10-16 Thread Hans-Peter Jansen
Am Freitag 16 Oktober 2009 schrieb Phil Thompson: > All outstanding bug reports against PyQt and SIP have been resolved - if > you disagree then let me know. Unfortunately, I've crashed eric again with current snapshots as available on: http://download.opensuse.org/repositories/home:/frispete:/

Re: [PyQt] Next Releases of PyQt and SIP

2009-10-16 Thread Phil Thompson
On Fri, 16 Oct 2009 17:51:21 +0900, INADA Naoki wrote: > To reproduce. > > class _Base: > def foo(self): > self.setWindowTitle('foo') > > class MyWindow(QWindow, _Base): > def __init__(self): > QWindow.__init__(self) > self.setWindowTitle() > > To avoid segfault: > >

Re: [PyQt] Next Releases of PyQt and SIP

2009-10-16 Thread INADA Naoki
To reproduce. class _Base: def foo(self): self.setWindowTitle('foo') class MyWindow(QWindow, _Base): def __init__(self): QWindow.__init__(self) self.setWindowTitle() To avoid segfault: class _Base(object): Can't PyQt detect multiple inheritance from old-style class?

Re: [PyQt] Next Releases of PyQt and SIP

2009-10-16 Thread Ville M. Vainio
On Fri, Oct 16, 2009 at 11:10 AM, Phil Thompson wrote: > All outstanding bug reports against PyQt and SIP have been resolved - if > you disagree then let me know. So this one should be fixed now: https://bugs.launchpad.net/ubuntu/+source/python-qt4/+bug/452453 http://www.mail-archive.com/pyqt@r

[PyQt] Next Releases of PyQt and SIP

2009-10-16 Thread Phil Thompson
All outstanding bug reports against PyQt and SIP have been resolved - if you disagree then let me know. I plan to release PyQt v4.6.1 and SIP v4.9.1 early next week. BTW, the current PyQt snapshot will build against Qt v4.6-beta1. Phil ___ PyQt mailing