Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello i have treeview as the view and QStandardItemModel as the model. now i each node in the model has child nodes . my question is how can i delete all the child nodes under selected item ?
Take the selected QStandardItem and call removeRows / removeColumns on it.