[Interest] Finished resizing a window?

william.crocker at analog.com william.crocker at analog.com
Tue Feb 25 02:46:33 CET 2014


>
> We have windows in our application that are potentially expensive to repaint, so
> when the user resizes a window we may need to put off repainting until the
> resizing is finished. It seems that we don't get mouse down/mouse up events when
> the user clicks in the window frame/resize grip area, so I can't wait until
> mouse up.
>

Could you use this to watch for (then paint on) the mouse release?

     Qt::MouseButtons QApplication::mouseButtons() [static]

Bill




More information about the Interest mailing list