Thread
:
Prevent double press? [SOLVED]
View Single Post
Diph
2010-09-27 , 14:57
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
.
Quote & Reply
|
The Following User Says Thank You to Diph For This Useful Post:
Berserk
Diph
View Public Profile
Send a private message to Diph
Find all posts by Diph