Hi,

I'm having problems to get a signal when I click on a QTreeWidget. The problem is that if no item is selected there is no signal emmited.

I need to know if I clicked on an empy region of the Tree because I have actions that I have to enable or diable depending on the item that is clicked. But if I click out of any item I would all the actions disabled.

Thanks,