Classes providing file input and output along with directory and network handling.
这些 Qt Core 类用于处理输入 (输出到) 自外部设备 进程 文件等,及操纵文件 目录。
The QAbstractFileEngineHandler class provides a way to register custom file engines with your application.
The QAbstractFileEngine class provides an abstraction for accessing the filesystem.
The QBuffer class provides a QIODevice interface for a QByteArray.
The QDir class provides access to directory structures and their contents.
QFile 类提供用于读写文件的接口。
QFileDevice 类提供用于读取和写入打开文件的接口。
QFileInfo 类提供与系统无关的文件信息。
QFileSystemWatcher 类提供用于监视修改文件 目录的接口。
QIODevice 类是所有 Qt I/O 设备的基本接口类。
QProcessEnvironment 类保持可以被传递给程序的环境变量。
QProcess 类被用于启动外部程序并与它们进行通信。
QResource 类提供用于直接读取资源的接口。
QSaveFile 类提供安全写入文件的接口。
QSettings 类提供平台无关的持久性应用程序设置。
提供有关当前挂载的存储和驱动器的信息。
The QTemporaryDir class creates a unique directory for temporary use.
QTemporaryFile 类是操作临时文件的 I/O 设备。
QUrl 类提供操控 URL 的方便接口。
The QUrlQuery class provides a way to manipulate a key-value pairs in a URL’s query.
QSocketNotifier 类提供监视文件描述符活动的支持。
A class which holds a native socket descriptor.
The QDataStream class provides serialization of binary data to a QIODevice.
QTextStream 类提供用于读写文本的方便接口。
QImageReader 类提供用于从文件或其它设备读取图像的格式独立接口。
The QImageWriter class provides a format independent interface for writing images to files or other devices.
The QPictureIO class contains parameters for loading and saving pictures.
The QTextDocumentWriter class provides a format-independent interface for writing a QTextDocument to files or other devices.
The QUrlInfo class stores information about URLs.
The QPacket class encapsulates an unfragmentable packet of data to be transmitted by QPacketProtocol.
The QPacketProtocol class encapsulates communicating discrete packets across fragmented IO channels, such as TCP sockets.
Qt3DRender.QSceneLoader提供加载现有场景的设施。