Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit2ff12fb

Browse files
committed
Merge pull request#4922 from tacaswell/doc_qt5
DOC: update qt related prose
2 parentscaedbca +2bb832c commit2ff12fb

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

‎doc/faq/usage_faq.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,8 @@ WXAgg Agg rendering to to a :term:`wxWidgets` canvas
430430
WX Native:term:`wxWidgets` drawing to a:term:`wxWidgets` Canvas
431431
(not recommended) (requireswxPython_)
432432
TkAgg Agg rendering to a:term:`Tk` canvas (requiresTkInter_)
433-
Qt4Agg Agg rendering to a:term:`Qt4` canvas (requiresPyQt4_)
433+
Qt4Agg Agg rendering to a:term:`Qt4` canvas (requiresPyQt4_ or ``pyside``)
434+
Qt5Agg Agg rendering in a:term:`Qt5` canvas (requiresPyQt5_)
434435
macosx Cocoa rendering in OSX windows
435436
(presently lacks blocking show() behavior when matplotlib
436437
is in non-interactive mode)
@@ -448,6 +449,7 @@ macosx Cocoa rendering in OSX windows
448449
.. _wxPython:http://www.wxpython.org/
449450
.. _TkInter:http://wiki.python.org/moin/TkInter
450451
.. _PyQt4:http://www.riverbankcomputing.co.uk/software/pyqt/intro
452+
.. _PyQt5:http://www.riverbankcomputing.co.uk/software/pyqt/intro
451453

452454
How do I select PyQt4 or PySide?
453455
========================================

‎doc/glossary/index.rst

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ Glossary
7373
pyqt
7474
`pyqt<http://wiki.python.org/moin/PyQt>`_ provides python
7575
wrappers for the:term:`Qt` widgets library and is required by
76-
the matplotlibQtAgg and Qt4Agg backends. Widely used on linux
76+
the matplotlibQt5Agg and Qt4Agg backends. Widely used on linux
7777
and windows; many linux distributions package this as
78-
'python-qt3' or 'python-qt4'.
78+
'python-qt5' or 'python-qt4'.
7979

8080
python
8181
`python<http://python.org>`_ is an object oriented interpreted
@@ -91,13 +91,18 @@ Glossary
9191

9292

9393
Qt
94-
`Qt<http://trolltech.com/products/qt/>`__ is a cross-platform
94+
`Qt<http://www.qt.io/>`__ is a cross-platform
9595
application framework for desktop and embedded development.
9696

9797
Qt4
98-
`Qt4<http://trolltech.com/products/qt/>`__ is the most recent
99-
version of Qt cross-platform application framework for desktop
100-
and embedded development.
98+
`Qt4<http://doc.qt.io/qt-4.8/index.html>`__ is the previous,
99+
but most widely used, version of Qt cross-platform application
100+
framework for desktop and embedded development.
101+
102+
Qt5
103+
`Qt5<http://doc.qt.io/qt-5/index.html>`__ is the current
104+
version of Qt cross-platform application
105+
framework for desktop and embedded development.
101106

102107
raster graphics
103108
`Raster graphics

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp