附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。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)