Hi,<div><br></div><div>I have a Tree Widget where the user has the ability to add items at any level. The problem is when they select an item there&#39;s no easy way to deselect them. I need the ability to return the tree to an initial state (where no item is currently selected).&nbsp;</div>
<div><br></div><div>There appear to be a couple of ways to do this. Either have them push a button which selects the invisible root widget or&nbsp;setCurrentItem(None). However this still requires them to push a button to cause this too happen. I&#39;d like there to be a more intuitive way of deselecting.&nbsp;</div>
<div><br></div><div>I&#39;ve tried unsuccessfully to find a signal that would fire whenever the user clicks in the open space in a tree widget area which does not contain an item widget. All various forms of &#39;click&#39; don&#39;t seem to respond and the native functionality is to select the first item. Is there a better way to do this?</div>
<div><br></div><div>Thanks,</div><div>Marc</div>