请问QT中如何实现文件复制呢???

请问QT中如何实现文件复制呢???,第1张

用QFile::copy

附Qt Assistant说明

bool QFile::copy ( const QString &fileName, const QString &newName ) [static]

This is an overloaded member function, provided for convenience.

Copies the file fileName to newName. Returns true if successfulotherwise returns false.

If a file with the name newName already exists, copy() returns false (i.e., QFile will not overwrite it).

See also rename().

#include <QFile>李判

QFile::copy(const QString &fileName, const QString &newName)

/陵灶/尺扰扮using static funtion

1. 注释

从“#”开始,到这一行结束。

2.模板变量告诉qmake为这个应用程序生成哪种makefile。下面是可供使用的选择:

TEMPLATE = app

A>app -建立一个应用程序的makefile。这是默认值,所以如果模板没有被指定,这个将被宏卜使用。

B>lib - 建立一个库的makefile。

C>vcapp - 建立一个应用程序的VisualStudio项目文件。

D>vclib - 建立一个库的VisualStudio项目文蔽芦穗件。

E>subdirs -这哗基是一个特殊的模板,它可以创建一个能够进入特定目录并且为一个项目文件生成makefile并且为它调用make的makefile。


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/tougao/12170320.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-21
下一篇 2023-05-21

发表评论

登录后才能评论

评论列表(0条)

保存