Is there a way not to modify the item model made with QStandardItemModel?
Asked 2 years ago, Updated 2 years ago, 91 views
I made a model for Treview with QStandardItemModel
When I applied this model to the tree view, I could double-click the item to modify it
Is there a way to prevent modification of the items in the model?