Excerpt from: http://www.cnblogs.com/coderzh/archive/2009/06/28/1512654.html
Official Document: Http://pyqt.sourceforge.net/Docs/PyQt4/classes.html
One months ago studied the next PyQt4, feeling more good. The interface looks a lot better than Wxpython, and it separates the interface design from the code logic. There are also a lot of information about PYQT4, here I will find a summary of the information, in case I forget all the later.
1.PYQT4 Data Link
Http://www.riverbankcomputing.com
Http://wiki.woodpecker.org.cn/moin/PyQt
Http://www.commandprompt.com/community/pyqt/book1
Http://wiki.python.org/moin/PyQt
http://code.google.com/p/pyqt-doc-cn/
2. When writing code, the best help document:
Http://www.riverbankcomputing.com/static/Docs/PyQt4/html/classes.html
3. Tutorial ebook
Getting_started_with_pyqt4_v1.pdf
prentice.hall.rapid.gui.programming.with.python.and.qt.the.definitive.guide.to.pyqt.programming.2008 (6.9M too big can not pass, to leave the mailbox)
The source code attached to the above book: Pyqtsrc.rar
4. I use Pyqt4 write a software (a simple financial statistics software, enough boring it ...) )
Database: SQLite
ORM Framework: Elixir
More information: http://www.sqlalchemy.org/docs/04/types.html
Statistics Page:
You can get all the source code for reference and study at the address below, and also welcome to communicate with me.
Http://code.google.com/p/pygrid/
Update (2014-5-17):
In succession many people ask E-book, recently use Baidu Cloud network disk. In order to facilitate everyone to download, I have shared to the network disk: Http://pan.baidu.com/s/1gdDYuND
PYTHON-PYQT4 Study Material Summary