On Sunday 26 December 2004 15:31, Gopala Krishna wrote: > Hi, > Can any of u help me in reducing flickers when some unfilled rectangle is > drawn by dragging mouse without disturbing the widgets or something between > them.I know we can use bitBlt but I don't know how exactly this can be > done.Please help as this is main part of my project. -Gopala Krishna A > > Gopala Krishna int width, height; QOixmap *src; QOixmap *dst(>=width, >=height); bitBlt( dst, int dstX, int dstY, src, int srcX, int srcY, width, height ); that's it? Thomas -- Think, think different. But essentially: Think! >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<