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