Hello.

I've got a QTreeView with a column having QStandardItem, which is set as a checkbox.

How do I get notified for checkbox clicks?
In other words, how do I connect to checkbox's signals? My model where I set the QStandardItem to checkable is not subclassed from QObject.

Thanks.

t