Qt 6.11 is out! See what's new in the release
blog
How to partially repaint like what InvalidateRect does in win32
General and Desktop
3
Posts
2
Posters
5.6k
Views
1
Watching
-
I didn't figure out how Qt partially repaints, could someone give me a reference?
I'm using Qt 4.7.1Thanks.
-
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]