Hi there, I have a list of Pixmap in a QListView. My problem is that I want something to happen when I double click on a pixmap in the View. Please not that I did set the flags so that the pixmaps are selectable but I couldn't find anything about double clicking on them. Basically what I want is that when I double click on a pixmap, a signal gets sent. how can I implement that? NB: I created a custom model to hold the pixmaps in the QListView.