Hi gus,

I still do not believe that I could not find the answer for the question in the forum history... I though it was quite normal case...


So the question actually is how can I create QTreeView where every node has two check boxes (it does not have to be QStandardItem based, but prefferable as I'm already using it in my program).

I could add one more column into the QTreeView and put the second check box in there but in this case the second check box will be visually located in a different column (aligned by that column). I want the second check box to be displayed right next to the first one (indented in the same way as the first check box)

Thank you very much for your help in advance !