Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5be128a

Browse filesBrowse files
committed
Add link to QWidget
1 parent d121ae6 commit 5be128a
Copy full SHA for 5be128a

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎docs/guide/third_party.rst

Copy file name to clipboardExpand all lines: docs/guide/third_party.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This page explains how ``napari-matplotlib`` can be used within third party plug
66
This widget is customised to match the theme of the main napari window.
77

88
The widget can be found at `napari_matplotlib.base.NapariMPLWidget`.
9-
This class inherits from `~PyQt6.QtWidgets.QWidget`.
9+
This class inherits from `QWidget <https://doc.qt.io/qtforpython-5/PySide2/QtWidgets/QWidget.html>`_.
1010

1111
The recommended way to use `~napari_matplotlib.base.NapariMPLWidget` is inside a new widget, adding it to the layout.
1212
This means you can add additional elements to your plugin layout alongside the Matplotlib figure.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.