From 01af1bb72e7e8c0cafe8127d54fa1ddecf65c142 Mon Sep 17 00:00:00 2001 From: george Date: Tue, 17 Jun 2014 13:41:53 -0600 Subject: [PATCH] Caps, wording, and line wrapping for scenarios/gui. Also added a brief description for PyQt. --- docs/scenarios/gui.rst | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/scenarios/gui.rst b/docs/scenarios/gui.rst index 2a5d361..fae55bb 100644 --- a/docs/scenarios/gui.rst +++ b/docs/scenarios/gui.rst @@ -9,9 +9,9 @@ Camelot applications on top of Python, SQLAlchemy and Qt. It is inspired by the Django admin interface. -The main resource for information is the website: +The main resource for information is the website: http://www.python-camelot.com -and the mailinglist https://groups.google.com/forum/#!forum/project-camelot +and the mailing list https://groups.google.com/forum/#!forum/project-camelot Cocoa ----- @@ -22,7 +22,7 @@ GTk PyGTK provides Python bindings for the GTK+ toolkit. Like the GTK+ library itself, it is currently licensed under the GNU LGPL. It is worth noting that PyGTK only currently supports the Gtk-2.X API (NOT Gtk-3.0). It is currently -recommended that PyGTK not be used for new projects and existing applications +recommended that PyGTK not be used for new projects and that existing applications be ported from PyGTK to PyGObject. Kivy @@ -54,11 +54,13 @@ 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). + http://www.riverbankcomputing.co.uk/software/pyqt/download PyjamasDesktop (pyjs Desktop) ----------------------------- -PyjamasDesktop is a port of PyJamas. PyjamasDesktop is application widget set +PyjamasDesktop is a port of Pyjamas. PyjamasDesktop is application widget set for desktop and a cross-platform framework. (After release v0.6 PyjamasDesktop is a part of Pyjamas (Pyjs)). Briefly, it allows the exact same Python web application source code to be executed as a standalone desktop application. @@ -69,8 +71,9 @@ The main website; `pyjs Desktop `_. Qt -- -`Qt `_ is a cross-platform application framework that is widely used for developing -software with a GUI but can also be used for non-GUI applications. +`Qt `_ is a cross-platform application framework that +is widely used for developing software with a GUI but can also be used for +non-GUI applications. Tk --