Hi everyone,<br><br>I am drawing on top of the VTK window using the painter methods in Qt. The problem is that there is a lot of flickering during updates. So, I have points that I can drag on the screen and this action causes a lot of flicker.
<br><br>Following an earlier discussion, I turned off double buffering (I am using SuSE) by<br><br>extern void qt_x11_set_global_double_buffer(bool);<br>qt_x11_set_global_double_buffer(false);<br><br>However, the flickering still persists. Has anyone else here successfully done this? How did they avoid this flickering problem.
<br><br>Cheers,<br><br>Anja