View Single Post
Posts: 180 | Thanked: 76 times | Joined on May 2010
#4
Set a windowIsVisible etc. flag before QWidget::show() is called. Then unset the flag when QWidget is hidden (maybe you have to reimplement hideEvent()).

E: Maybe it is easier to help if you show your code...

What do you mean by setting QListWidget icons faster?

Last edited by Diph; 2010-09-27 at 14:59.
 

The Following User Says Thank You to Diph For This Useful Post: