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
6 changes: 3 additions & 3 deletions docs/scenarios/gui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ on all major platforms (Linux, OSX, Windows, Android).
The main resource for information is the website: http://kivy.org

PyObjC
~~~~~~
------
.. note:: Only available on OS X. Don't pick this if you're writing a cross-platform application.

PySide
~~~~~~
------
PySide is a Python binding of the cross-platform GUI toolkit Qt.

http://developer.qt.nokia.com/wiki/PySideDownloads/

PyQt
~~~~
----
.. note:: If your software does not fully comply with the GPL you will need a commercial license!

PyQt provides Python bindings for the Qt Framework (see below).
Expand Down