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.
2 parents 04ce3e9 + 99f83aa commit bf6a70cCopy full SHA for bf6a70c
1 file changed
examples/user_interfaces/embedding_in_qt_sgskip.py
@@ -5,8 +5,8 @@
5
6
Simple Qt application embedding Matplotlib canvases. This program will work
7
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.
+binding can be selected by setting the :envvar:`QT_API` environment variable to
+the binding name, or by first importing it.
10
"""
11
12
import sys
0 commit comments