Skip to content

DesignerFormEditorInterface

Qt Base Class: QDesignerFormEditorInterface

Signature: QDesignerFormEditorInterface(self, parent: Optional[PySide6.QtCore.QObject] = None) -> None

Base classes

Name Children Inherits
ObjectMixin
prettyqt.core.object
QDesignerFormEditorInterface
PySide6.QtDesigner
QDesignerFormEditorInterface(self, parent: Optional[PySide6.QtCore.QObject] \= None) -> None

⋔ Inheritance diagram

graph TD
  1473367742512["designer.DesignerFormEditorInterface"]
  1473299815024["core.ObjectMixin"]
  140713234304496["builtins.object"]
  1473367729824["QtDesigner.QDesignerFormEditorInterface"]
  1473288842240["QtCore.QObject"]
  1473291690208["Shiboken.Object"]
  1473299815024 --> 1473367742512
  140713234304496 --> 1473299815024
  1473367729824 --> 1473367742512
  1473288842240 --> 1473367729824
  1473291690208 --> 1473288842240
  140713234304496 --> 1473291690208

🛈 DocStrings

Bases: ObjectMixin, QDesignerFormEditorInterface

Allows you to access Qt Designer's various components.

Source code in prettyqt\designer\designerformeditorinterface.py
class DesignerFormEditorInterface(
    core.ObjectMixin, QtDesigner.QDesignerFormEditorInterface
):
    """Allows you to access Qt Designer's various components."""

⌗ Property table

Qt Property Type Doc
objectName QString