Skip to content

Style

Qt Base Class: QStyle

Signature: QStyle(self) -> None

Base classes

Name Children Inherits
StyleMixin
prettyqt.widgets.style
QStyle
PySide6.QtWidgets
QStyle(self) -> None

⋔ Inheritance diagram

graph TD
  1473293683360["widgets.Style"]
  1473293684336["widgets.StyleMixin"]
  1473299815024["core.ObjectMixin"]
  140713234304496["builtins.object"]
  1473365886048["QtWidgets.QStyle"]
  1473288842240["QtCore.QObject"]
  1473291690208["Shiboken.Object"]
  1473293684336 --> 1473293683360
  1473299815024 --> 1473293684336
  140713234304496 --> 1473299815024
  1473365886048 --> 1473293683360
  1473288842240 --> 1473365886048
  1473291690208 --> 1473288842240
  140713234304496 --> 1473291690208

🛈 DocStrings

Bases: StyleMixin, QStyle

Abstract base class that encapsulates the look and feel of a GUI.

Source code in prettyqt\widgets\style.py
class Style(StyleMixin, widgets.QStyle):
    """Abstract base class that encapsulates the look and feel of a GUI."""

⌗ Property table

Qt Property Type Doc
objectName QString