Re: [PyQt] Problem updating QLabel font

2008-01-07 Thread Arve Knudsen
On 1/7/08, Phil Thompson <[EMAIL PROTECTED]> wrote: > > On Monday 07 January 2008, Arve Knudsen wrote: > > Hello > > > > I've run into what looks like a bug in PyQt. When changing the font of a > > QLabel at runtime, it doesn't update its appearance unless I call its > > update() method. I've verif

Re: [PyQt] Problem updating QLabel font

2008-01-07 Thread Mark Summerfield
On 2008-01-07, Phil Thompson wrote: > On Monday 07 January 2008, Arve Knudsen wrote: > > Hello > > > > I've run into what looks like a bug in PyQt. When changing the font of a > > QLabel at runtime, it doesn't update its appearance unless I call its > > update() method. I've verified that this prob

Re: [PyQt] Problem updating QLabel font

2008-01-07 Thread Phil Thompson
On Monday 07 January 2008, Arve Knudsen wrote: > Hello > > I've run into what looks like a bug in PyQt. When changing the font of a > QLabel at runtime, it doesn't update its appearance unless I call its > update() method. I've verified that this problem doesn't occur when using > Qt directly from

[PyQt] Problem updating QLabel font

2008-01-07 Thread Arve Knudsen
Hello I've run into what looks like a bug in PyQt. When changing the font of a QLabel at runtime, it doesn't update its appearance unless I call its update() method. I've verified that this problem doesn't occur when using Qt directly from C++. Even after calling update(), something isn't right ho