Beispiel #1
0
 def focusOutEvent(self, theEvent):
     """Clear the selection when the tree no longer has focus.
     """
     QTreeWidget.focusOutEvent(self, theEvent)
     self.clearSelection()
     return