On Sat, Jul 01, 2006 at 05:52:30PM +0200, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | On Sun, Jun 25, 2006 at 03:11:16PM +0200, Lars Gullik Bjønnes wrote: > | > No, but I would expect Qt4 to behave the same way on different > | > platforms. > | > | There are completely different paint 'engines' (i.e. back ends) used on > | X11 and Win. And yes, it makes a huge difference . > > Yes, but not only speed is different, also behaviour.
It also changes behaviour. On Win, e.g. there is the raster painter's buffer flushed onto the 'real window' at the end of the paint event, whereas an X serve is some kind of a 'state machine' that's more or less indirectly managed by X commands and that's a lot 'more asynchronous' than the Win* version. Andre'