Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d121ae6 commit 5be128aCopy full SHA for 5be128a
docs/guide/third_party.rst
@@ -6,7 +6,7 @@ This page explains how ``napari-matplotlib`` can be used within third party plug
6
This widget is customised to match the theme of the main napari window.
7
8
The widget can be found at `napari_matplotlib.base.NapariMPLWidget`.
9
-This class inherits from `~PyQt6.QtWidgets.QWidget`.
+This class inherits from `QWidget <https://doc.qt.io/qtforpython-5/PySide2/QtWidgets/QWidget.html>`_.
10
11
The recommended way to use `~napari_matplotlib.base.NapariMPLWidget` is inside a new widget, adding it to the layout.
12
This means you can add additional elements to your plugin layout alongside the Matplotlib figure.
0 commit comments