Skip to content

GraphicsDropShadowEffect

Qt Base Class: QGraphicsDropShadowEffect

Signature: QGraphicsDropShadowEffect(self, parent: Optional[PySide6.QtCore.QObject] = None) -> None

Base classes

Name Children Inherits
GraphicsEffectMixin
prettyqt.widgets.graphicseffect
QGraphicsDropShadowEffect
PySide6.QtWidgets
QGraphicsDropShadowEffect(self, parent: Optional[PySide6.QtCore.QObject] \= None) -> None

⋔ Inheritance diagram

graph TD
  1473296148528["widgets.GraphicsDropShadowEffect"]
  1473296168048["widgets.GraphicsEffectMixin"]
  1473299815024["core.ObjectMixin"]
  140713234304496["builtins.object"]
  1473293737040["QtWidgets.QGraphicsDropShadowEffect"]
  1473293738992["QtWidgets.QGraphicsEffect"]
  1473288842240["QtCore.QObject"]
  1473291690208["Shiboken.Object"]
  1473296168048 --> 1473296148528
  1473299815024 --> 1473296168048
  140713234304496 --> 1473299815024
  1473293737040 --> 1473296148528
  1473293738992 --> 1473293737040
  1473288842240 --> 1473293738992
  1473291690208 --> 1473288842240
  140713234304496 --> 1473291690208

🛈 DocStrings

Bases: GraphicsEffectMixin, QGraphicsDropShadowEffect

Source code in prettyqt\widgets\graphicsdropshadoweffect.py
6
7
8
9
class GraphicsDropShadowEffect(
    widgets.GraphicsEffectMixin, widgets.QGraphicsDropShadowEffect
):
    pass

⌗ Property table

Qt Property Type Doc
objectName QString
enabled bool
offset QPointF
xOffset double
yOffset double
blurRadius double
color QColor