🌐 AI搜索 & 代理 主页
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/user_interfaces/embedding_in_qt_sgskip.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

Simple Qt application embedding Matplotlib canvases. This program will work
equally well using any Qt binding (PyQt6, PySide6, PyQt5, PySide2). The
binding can be selected by setting the ``QT_API`` environment variable to the
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.
"""

import sys
Expand Down