Question on checkable QStandardItem in QTreeView
I have a QTreeView with QStandardItemModel model and QStandardItem nodes in which
1) top level folder nodes are not checkable unless it contains one of more child node(s)
2) child node is always checkable
I try to connect signal/slot to the select/deselect user interaction on checkable node
where model is QStandardItemModel , this is MainWindow. My MainWindow::myItemChanged(...) is never called. Please help.
Re: Question on checkable QStandardItem in QTreeView