Trolltech Home | Qt-embedded-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-embedded-interest Archive, July 2007
how to avoid flicker in qvbox


Message 1 in thread

Hi, all,

I use qt3 and encountered one issue when using qvbox.
There are 2 children in the qvbox, assume they are widget1, widget2. Widget2
maybe hide in its keypressEvent() method sometimes. So in this situation
widget1 will resize and occupy all the qvbox. In the time, there is flicker
at the area widget2 origin stay. How to avoid the flicker?

Thanks and regards
Zhou Hua