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 99f83aa

Browse filesBrowse files
committed
Make QT_API a link in the qt embedding example.
(This is already the case elsewhere in the docs.)
1 parent 3d6c3da commit 99f83aa
Copy full SHA for 99f83aa

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎examples/user_interfaces/embedding_in_qt_sgskip.py

Copy file name to clipboardExpand all lines: examples/user_interfaces/embedding_in_qt_sgskip.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
66
Simple Qt application embedding Matplotlib canvases. This program will work
77
equally well using any Qt binding (PyQt6, PySide6, PyQt5, PySide2). The
8-
binding can be selected by setting the ``QT_API`` environment variable to the
9-
binding name, or by first importing it.
8+
binding can be selected by setting the :envvar:`QT_API` environment variable to
9+
the binding name, or by first importing it.
1010
"""
1111

1212
import sys

0 commit comments

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