Saltycrane logo

SaltyCrane Blog

Notes on Python, Django, and web development on Ubuntu Linux

    

PyQt4 Examples

PyQt is the best GUI toolkit for Python. Here are some examples and notes I am in the process of collecting.

There is a good collection of tutorials and examples included with the PyQt 4 installation. On Windows, go to "Start" -> "All Programs" -> "PyQt GPL v4.x.x" -> "Examples Source" for many tutorials and examples ported from C++/QT to Python/PyQt.

Update 2008-09-28: For Ubuntu Linux, the examples are part of the python-qt4-doc package. Execute sudo apt-get install python-qt4-doc then navigate to /usr/share/doc/python-qt4-doc/examples.

1 Comment — feed icon Comments feed for this post


#1 PATX commented on 2010-03-04:

Thanks! These are very cool! Also, the update about the examples on Ubuntu was great (I have been looking for those stupid examples on Ubuntu forever!).

Post a comment

Required
Required, but not displayed
Optional

Format using Markdown. (No HTML.)
  • Code blocks: prefix each line by at least 4 spaces or 1 tab (and a blank line before and after)
  • Code span: surround with backticks
  • Blockquotes: prefix lines to be quoted with >
  • Links: <URL>
  • Links w/ description: [description](URL)
Created with Django | Hosted by Slicehost