Can anyone show me how to mount a drive in Qt.

in shell command in linux, I can use mount -t nfs drive:/home/test /mnt/test

but how I can do it in Qt.

Also I want to copy all files in my test dir to that /mnt/test.
like in linux command I can use cp * /mnt/test

Thanks,

TN