PDA

View Full Version : Debugging painting



ghm
27th January 2012, 12:04
I'm trying to debug the painting of my widgets. On Windows I set variables QT_FLUSH_PAINT=1 or QT_FLUSH_UPDATE=1, and this works.

But on Linux I can't get this to work. Is there a workaround this problem, another approach, or does it simply not work on Linux?

wysota
27th January 2012, 12:48
It should work. Maybe your window manager causes it to malfunction?

ghm
31st January 2012, 09:53
Okay, I will investigate that further. Thank you