You might want to change the signature of the signal coming from the QTreeView. It should be:
Qt Code:
To copy to clipboard, switch view to plain text mode
If you don't include the data types of the parameters passed by the signal, Qt won't recognize it.
Bookmarks