Re: QTreeView Selected Row?
Use QTreeView::selectedIndexes() to get indices of selected items
[url]http://doc.qt.nokia.com/4.6/qtreeview.html#selectedIndexes[/url]
Re: QTreeView Selected Row?
I dont get the use of that, i dont know whats the value that it can return. I mean the type of it.
Also it says that its protected when i try to test it and theres no much documentation about it.
Re: QTreeView Selected Row?
[QUOTE=g33kz0rd;746190]I dont get the use of that, i dont know whats the value that it can return. I mean the type of it.[/QUOTE]
It's list of QModelIndex [url]http://doc.qt.nokia.com/4.6/qmodelindex.html[/url]