Skip to content

DesignerCustomWidgetInterface

Qt Base Class: QDesignerCustomWidgetInterface

Signature: QDesignerCustomWidgetInterface(self) -> None

Base classes

Name Children Inherits
QDesignerCustomWidgetInterface
PySide6.QtDesigner
QDesignerCustomWidgetInterface(self) -> None

⋔ Inheritance diagram

graph TD
  1473367719088["designer.DesignerCustomWidgetInterface"]
  1473367717136["QtDesigner.QDesignerCustomWidgetInterface"]
  1473291690208["Shiboken.Object"]
  140713234304496["builtins.object"]
  1473367717136 --> 1473367719088
  1473291690208 --> 1473367717136
  140713234304496 --> 1473291690208

🛈 DocStrings

Bases: QDesignerCustomWidgetInterface

Enables Qt Designer to access and construct custom widgets.

Source code in prettyqt\designer\designercustomwidgetinterface.py
class DesignerCustomWidgetInterface(QtDesigner.QDesignerCustomWidgetInterface):
    """Enables Qt Designer to access and construct custom widgets."""