Thread
:
QListWidget::currentItemChanged problem
View Single Post
Diph
2010-09-08 , 05:28
Posts: 180 | Thanked: 76 times | Joined on May 2010
#
2
It might be difficult to implement if you want do something when item is pressed, because it will also get pressed when scrolling. Use QListWidget::itemClicked(QListWidgetItem *item) signal instead.
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