Quote Originally Posted by newbie43 View Post
do i need to use somthin like QFile or does the QTreeView actually have ability to copy or move my source file to the destination?
You have to use QFile::copy() or QProcess to call a "nativ" copy command. QTreView is only for representating a model and for nothing else.