Skip to content

IODevice

Qt Base Class: QIODevice

Signature: QIODevice(self) -> None QIODevice(self, parent: PySide6.QtCore.QObject) -> None

Base classes

Name Children Inherits
IODeviceMixin
prettyqt.core.iodevice
QIODevice
PySide6.QtCore
QIODevice(self) -> None

⋔ Inheritance diagram

graph TD
  1473299874560["core.IODevice"]
  1473299871632["core.IODeviceMixin"]
  1473299815024["core.ObjectMixin"]
  140713234304496["builtins.object"]
  1473288885184["QtCore.QIODevice"]
  1473288842240["QtCore.QObject"]
  1473291690208["Shiboken.Object"]
  1473243629040["QtCore.QIODeviceBase"]
  1473299871632 --> 1473299874560
  1473299815024 --> 1473299871632
  140713234304496 --> 1473299815024
  1473288885184 --> 1473299874560
  1473288842240 --> 1473288885184
  1473291690208 --> 1473288842240
  140713234304496 --> 1473291690208
  1473243629040 --> 1473288885184
  1473291690208 --> 1473243629040

🛈 DocStrings

Bases: IODeviceMixin, QIODevice

The base interface class of all I/O devices in Qt.

Source code in prettyqt\core\iodevice.py
class IODevice(IODeviceMixin, core.QIODevice):
    """The base interface class of all I/O devices in Qt."""

⌗ Property table

Qt Property Type Doc
objectName QString