For copying files I use a following code :
how to receive percent of copying?Qt Code:
{ //QApplication::beep(); if (!copy(cSrc,cDst)) return -1; emit finished(); return 1; }To copy to clipboard, switch view to plain text mode
For copying files I use a following code :
how to receive percent of copying?Qt Code:
{ //QApplication::beep(); if (!copy(cSrc,cDst)) return -1; emit finished(); return 1; }To copy to clipboard, switch view to plain text mode
Bookmarks