Hello everyone,
I would like to implement something like what i am mentionning in the title of this thread !
I have a QFrame that contains an Image and a QLabel that contains some text...
These two are in a Vertical Layout. So here comes my question !

Can i make this vertical layout selectable for the user meaning on click to become highlighted (Like when you select a file in a file manager) ? Also how can i make it so that if the user double clicks on it to call for a funcation (i wanna show another widget actually)

If this is not possible with the way that i have it implemented my stuff i am more than happy to change it so i can achieve this functionality that i want. I have been reading the documentation for layout and qwidget but i could not find anything about select on click or double click etc so i need your help to point me to the correct direction.

Thank you in advance !