I have made TreeModel which extends QAbstractItemModel.
Created checkboxes on the first column.
Click on the row causes opening new window with extra information.
I have a problem that when I click on checkbox, it count as I changed selection of row too and calls function opening new window.
How to determine theese two events?
Bookmarks