Skip to content

PaintDevice

Qt Base Class: QPaintDevice

Signature: QPaintDevice(self) -> None

Base classes

Name Children Inherits
PaintDeviceMixin
prettyqt.gui.paintdevice
QPaintDevice
PySide6.QtGui
QPaintDevice(self) -> None

⋔ Inheritance diagram

graph TD
  1473245542624["gui.PaintDevice"]
  1473245548480["gui.PaintDeviceMixin"]
  140713234304496["builtins.object"]
  1473300082368["QtGui.QPaintDevice"]
  1473291690208["Shiboken.Object"]
  1473245548480 --> 1473245542624
  140713234304496 --> 1473245548480
  1473300082368 --> 1473245542624
  1473291690208 --> 1473300082368
  140713234304496 --> 1473291690208

🛈 DocStrings

Bases: PaintDeviceMixin, QPaintDevice

The base class of objects that can be painted on with QPainter.

Source code in prettyqt\gui\paintdevice.py
class PaintDevice(PaintDeviceMixin, QtGui.QPaintDevice):
    """The base class of objects that can be painted on with QPainter."""