Skip to content

StyleOptionFrame

Qt Base Class: QStyleOptionFrame

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

Base classes

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

⋔ Inheritance diagram

graph TD
  1473296180736["widgets.StyleOptionFrame"]
  1473296150480["widgets.StyleOptionMixin"]
  140713234304496["builtins.object"]
  1473365537888["QtWidgets.QStyleOptionFrame"]
  1473365411984["QtWidgets.QStyleOption"]
  1473291690208["Shiboken.Object"]
  1473296150480 --> 1473296180736
  140713234304496 --> 1473296150480
  1473365537888 --> 1473296180736
  1473365411984 --> 1473365537888
  1473291690208 --> 1473365411984
  140713234304496 --> 1473291690208

🛈 DocStrings

Bases: StyleOptionMixin, QStyleOptionFrame

Source code in prettyqt\widgets\styleoptionframe.py
class StyleOptionFrame(widgets.StyleOptionMixin, widgets.QStyleOptionFrame):
    pass