PyQt4 Examples
This is my OLD blog. I've copied this post over to my NEW blog at:
http://www.saltycrane.com/blog/2007/01/python-gui-tutorials-for-pyqt-41-qt-42/
You should be redirected in 2 seconds.
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. Go to "Start" -> "All Programs" -> "PyQt GPL v4.x.x" -> "Examples Source" for many tutorials and examples ported from C++/QT to Python/PyQt.
- How to install PyQt4 on Windows
- How to install PyQt4 on Ubuntu
- PyQt4 QAbstractTableModel / QTableView simple example
- How to display the stdout of a command with PyQt4
- How to run a command and display its stdout with PyQt4
- PyQt4 QAbstractTableModel / QTableView example with formatting
- PyQt4 QAbstractTableModel / QTableView example with sorting
- PyQt4 QAbstractListModel / QListView simple example
- How to capture the Tab press key event in PyQt4
- PyQt4 Tab Completion Example
No comments:
Post a Comment