View Single Post
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.
 

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