| Trolltech Home | Qt-embedded-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 1 | |
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