How to partially repaint like what InvalidateRect does in win32
-
you can use "QWidget::update(const QRect& rect)":http://doc.qt.nokia.com/latest/qwidget.html#update-3
-
Thanks, I'll give a try.
[quote author="Gerolf" date="1295865248"]you can use "QWidget::update(const QRect& rect)":http://doc.qt.nokia.com/latest/qwidget.html#update-3[/quote]