On Wed, Sep 11, 2002 at 10:35:18AM +0200, Juergen Vigna wrote:

> Now to the negative part. It's slow! The update of screen is way too
> slow. Try to resize the window and you wait 1-2 seconds on my Athlon 1800+

Actually, for resize, can you try adding "WStaticContents" like this :

QContentPane::QContentPane(QWorkArea * parent) 
        : QWidget(parent, "content_pane", WRepaintNoErase | WStaticContents),

This only exists on Qt 3, but might help. Also can you see if oring in
WPaintClever makes a difference ?

regards
john

-- 
"This *is* Usenet, after all, where virtually every conversation that goes on
is fairly ludicrous in the first place."
        - Godwin's Law FAQ

Reply via email to