How to partially repaint like what InvalidateRect does in win32
General and Desktop
3
Posts
2
Posters
5.2k
Views
1
Watching
-
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]