blob: 5979d8af48e517761e6c2331e48c2be14649816f (
plain)
1
2
3
4
5
6
7
8
9
|
.. currentmodule:: PySide6.QtDesigner
.. py:class:: QPyDesignerMemberSheetExtension
QPyDesignerMemberSheetExtension is the base class for implementing
`QDesignerMemberSheetExtension class`_
for a *Qt Widgets Designer* custom widget plugin in Python.
It provides the required inheritance from :class:`~PySide6.QtCore.QObject`.
.. _QDesignerMemberSheetExtension class: https://doc.qt.io/qt-6/qdesignermembersheetextension.html
|