Hi everyone,

I am using a qtable widget to display a tree of folders and files so each of the lines of this widget have as a cell item a single row qtablewidget with a certain amount of columns representing the depth of the folder, allowing me to design a user friendly interface with some images in the last column before the name.

I would like to ignore the selectability of those single row tables and only use the parent table widget for that but currently if I make the children tables not selectable, the parent does not become selectable.

Any idea how I could achieve this ? Maybe using so qtablewidgets is overdoing it and there is a simpler solution ? Or is there a way to put the parent widget in foreground to make sure it gets clickable ?

Thanks !
Chris