Skip to content

CommonStyle

Qt Base Class: QCommonStyle

Signature: QCommonStyle(self) -> None

Base classes

Name Children Inherits
CommonStyleMixin
prettyqt.widgets.commonstyle
QCommonStyle
PySide6.QtWidgets
QCommonStyle(self) -> None

⋔ Inheritance diagram

graph TD
  1473293676528["widgets.CommonStyle"]
  1473293669696["widgets.CommonStyleMixin"]
  1473293684336["widgets.StyleMixin"]
  1473299815024["core.ObjectMixin"]
  140713234304496["builtins.object"]
  1473365790400["QtWidgets.QCommonStyle"]
  1473365886048["QtWidgets.QStyle"]
  1473288842240["QtCore.QObject"]
  1473291690208["Shiboken.Object"]
  1473293669696 --> 1473293676528
  1473293684336 --> 1473293669696
  1473299815024 --> 1473293684336
  140713234304496 --> 1473299815024
  1473365790400 --> 1473293676528
  1473365886048 --> 1473365790400
  1473288842240 --> 1473365886048
  1473291690208 --> 1473288842240
  140713234304496 --> 1473291690208

🛈 DocStrings

Bases: CommonStyleMixin, QCommonStyle

Encapsulates the common Look and Feel of a GUI.

Source code in prettyqt\widgets\commonstyle.py
class CommonStyle(CommonStyleMixin, widgets.QCommonStyle):
    """Encapsulates the common Look and Feel of a GUI."""

⌗ Property table

Qt Property Type Doc
objectName QString