Input/Output and Networking#
Classes providing file input and output along with directory and network handling.
These Qt Core classes are used to handle input and output to and from external devices, processes, files etc., as well as manipulating files and directories.
PySide6.QtCore.QBufferThe QBuffer class provides a QIODevice interface for a QByteArray.
PySide6.QtCore.QDirThe QDir class provides access to directory structures and their contents.
PySide6.QtCore.QFileThe QFile class provides an interface for reading from and writing to files.
PySide6.QtCore.QFileDeviceThe QFileDevice class provides an interface for reading from and writing to open files.
PySide6.QtCore.QFileInfoThe QFileInfo class provides system-independent file information.
PySide6.QtCore.QFileSystemWatcherThe QFileSystemWatcher class provides an interface for monitoring files and directories for modifications.
PySide6.QtCore.QIODeviceThe QIODevice class is the base interface class of all I/O devices in Qt.
PySide6.QtCore.QProcessEnvironmentThe QProcessEnvironment class holds the environment variables that can be passed to a program.
PySide6.QtCore.QProcessThe QProcess class is used to start external programs and to communicate with them.
PySide6.QtCore.QResourceThe QResource class provides an interface for reading directly from resources.
PySide6.QtCore.QSaveFileThe QSaveFile class provides an interface for safely writing to files.
PySide6.QtCore.QSettingsThe QSettings class provides persistent platform-independent application settings.
PySide6.QtCore.QStorageInfoProvides information about currently mounted storage and drives.
PySide6.QtCore.QTemporaryDirThe QTemporaryDir class creates a unique directory for temporary use.
PySide6.QtCore.QTemporaryFileThe QTemporaryFile class is an I/O device that operates on temporary files.
PySide6.QtCore.QUrlThe QUrl class provides a convenient interface for working with URLs.
PySide6.QtCore.QUrlQueryThe QUrlQuery class provides a way to manipulate a key-value pairs in a URL’s query.
PySide6.QtCore.QSocketNotifierThe QSocketNotifier class provides support for monitoring activity on a file descriptor.
PySide6.QtCore.QDataStreamThe QDataStream class provides serialization of binary data to a QIODevice.
PySide6.QtCore.QTextStreamThe QTextStream class provides a convenient interface for reading and writing text.
Qt3DRender.QSceneLoaderProvides the facility to load an existing Scene.