# bigfilecopy **Repository Path**: xlinlin/bigfilecopy ## Basic Information - **Project Name**: bigfilecopy - **Description**: 大文件拷贝的demo,可以返回拷贝进度 - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-10 - **Last Updated**: 2023-03-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bigfilecopy 大文件拷贝的demo,参考[filemanager-app](https://github.com/ubports/filemanager-app)中 src/plugin/folderlistmodel/filesystemaction.cpp 单独文件拷贝的功能 特点: - 主要使用QFile的读写文件和qml简单的界面 - 不需要独立线程,巧妙使用QTimer事件循环,不会卡界面~~~当然不建议这样做,最好的方式还是开辟线程 - 可以获取实时拷贝大小和percent,这里用Lable展示