Qt QThread类在帮助文档中的解释如下:
The QThread class provides a platform-independent way to manage threads.
翻译为:QThread类提供了一种独立于平台的方式来管理线程。
Q...
screenpage
6年前 (2015-09-19) 2727℃ 0评论
0喜欢
QFile类在帮助文档中的解释如下:
The QFile class provides an interface for reading from and writing to files.
翻译为:QFile类提供一个从文件读和向文件写入的接口。
同时在Qt帮助文档中举了例子:...
screenpage
6年前 (2015-09-17) 1827℃ 0评论
0喜欢
Qt QDataStream类在帮助文档中,是这样解释的:
The QDataStream class provides serialization of binary data to a QIODevice.
翻译为:QDataStream类提供了序列化的二进制数据给QIODe...
screenpage
6年前 (2015-09-17) 2092℃ 0评论
0喜欢
帮助文档中QFileDialog类简介:
The QFileDialog class provides a dialog that allow users to select files or directories.
翻译为:QFileDialog类提供一个对话框,允许用户选...
screenpage
6年前 (2015-09-15) 2759℃ 0评论
0喜欢
The QDir class provides access to directory structures and their contents.
QDir类提供了访问目录的结果和内容。
在包含头文件:
<QDir>
<QtDebug>
之后,...
screenpage
6年前 (2015-09-15) 2384℃ 0评论
0喜欢