Skip to content

Commit 50f1724

Browse files
committed
stylized according to the guide style guide
1 parent 5c667f3 commit 50f1724

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

docs/scenarios/gui.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,46 +3,46 @@ GUI Applications
33

44

55
Qt
6-
::
6+
--
77
Qt is a cross-platform application framework that is widely used for developing
88
software with a GUI but can also be used for non-GUI applications.
99

1010
PySide
11-
------
11+
~~~~~~
1212
http://developer.qt.nokia.com/wiki/PySideDownloads/
1313

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

1818
http://www.riverbankcomputing.co.uk/software/pyqt/download
1919

2020
Cocoa
21-
:::::
21+
-----
2222
.. note:: The Cocoa framework is only available on Mac OSX. Don't pick this if you're writing a cross-platform application!
2323

2424
PyObjC
25-
------
25+
~~~~~~
2626
.. note:: Only available on Mac OSX. Don't pick this if you're writing a cross-platform application.
2727

2828
wxPython
29-
::::::::
29+
--------
3030

3131
Install (Stable)
32-
----------------
32+
~~~~~~~~~~~~~~~~
3333
*Go to http://www.wxpython.org/download.php#stable and download the appropriate
3434
package for your OS.*
3535

3636
Gtk
37-
:::
37+
---
3838
PyGTK provides Python bindings for the GTK+ toolkit. Like the GTK+ library
3939
itself, it is currently licensed under the GNU LGPL. It is worth noting that
4040
PyGTK only currenty supports the Gtk-2.X API (NOT Gtk-3.0). It is currently
4141
recommended that PyGTK is not used for new projects and existing applications
4242
be ported from PyGTK to PyGObject.
4343

4444
Tk
45-
::
45+
--
4646
Tkinter is a thin object-oriented layer on top of Tcl/Tk. It has the advantage
4747
of being included with the Python standard library, making it the most
4848
convenient and compatible toolkit to program with.

0 commit comments

Comments
 (0)