Skip to content

StyleOptionRubberBand

Qt Base Class: QStyleOptionRubberBand

Signature: QStyleOptionRubberBand(self) -> None QStyleOptionRubberBand(self, other: PySide6.QtWidgets.QStyleOptionRubberBand) -> None QStyleOptionRubberBand(self, version: int) -> None

Base classes

Name Children Inherits
StyleOptionMixin
prettyqt.widgets.styleoption
QStyleOptionRubberBand
PySide6.QtWidgets
QStyleOptionRubberBand(self) -> None

⋔ Inheritance diagram

graph TD
  1473296149504["widgets.StyleOptionRubberBand"]
  1473296150480["widgets.StyleOptionMixin"]
  140713234304496["builtins.object"]
  1473365497872["QtWidgets.QStyleOptionRubberBand"]
  1473365411984["QtWidgets.QStyleOption"]
  1473291690208["Shiboken.Object"]
  1473296150480 --> 1473296149504
  140713234304496 --> 1473296150480
  1473365497872 --> 1473296149504
  1473365411984 --> 1473365497872
  1473291690208 --> 1473365411984
  140713234304496 --> 1473291690208

🛈 DocStrings

Bases: StyleOptionMixin, QStyleOptionRubberBand

Source code in prettyqt\widgets\styleoptionrubberband.py
class StyleOptionRubberBand(widgets.StyleOptionMixin, widgets.QStyleOptionRubberBand):
    pass