Hello
I have a QTreeView which calls the setModel function and gets a QStandardItemModel (e.g usersModel) to get the data inside it.
Is there any way to search all the lines in the tree one by one to find which are selected,and get the text of that lines,when i click on a PushButton??
Thanks