blob: 711d4969c3255118c7f79e78c1e0fab3e11ff186 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
PySide6.QtDesigner.QPyDesignerMemberSheetExtension
==================================================
.. 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
|