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
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
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.
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
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
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
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
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
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
>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
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:/
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:
>
>
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?
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
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
15 matches
Mail list logo