Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello!! I am using a QTreeView and I want to deselect the items when I click in a blank section. How could I do it?
Thank you very much!!!
Hi Put event filter on TreeView->viewport() catch the mousePress event , and use QAbstractItemView::indexAt() to see if any item there if not call selectionModel()->clearSelection();