diff options
Diffstat (limited to 'Doc/library/othergui.rst')
-rw-r--r-- | Doc/library/othergui.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/othergui.rst b/Doc/library/othergui.rst index cad8a78..ee1ce50 100644 --- a/Doc/library/othergui.rst +++ b/Doc/library/othergui.rst @@ -31,7 +31,7 @@ available for Python: book, `GUI Programming with Python: QT Edition <https://www.commandprompt.com/community/pyqt/>`_ by Boudewijn Rempt. The *PyQt4* bindings also have a book, `Rapid GUI Programming - with Python and Qt <http://www.qtrac.eu/pyqtbook.html>`_, by Mark + with Python and Qt <https://www.qtrac.eu/pyqtbook.html>`_, by Mark Summerfield. `PySide <https://wiki.qt.io/PySide>`_ @@ -41,7 +41,7 @@ available for Python: `wxPython <http://www.wxpython.org>`_ wxPython is a cross-platform GUI toolkit for Python that is built around - the popular `wxWidgets <http://www.wxwidgets.org/>`_ (formerly wxWindows) + the popular `wxWidgets <https://www.wxwidgets.org/>`_ (formerly wxWindows) C++ toolkit. It provides a native look and feel for applications on Windows, Mac OS X, and Unix systems by using each platform's native widgets where ever possible, (GTK+ on Unix-like systems). In addition to |