views:

228

answers:

2

Are there any good PyQt4 custom widgets like at Qt-Apps.org?

I would like to start making PyQt custom widgets but online resources that I find don't seem to be clear

For example, Trolltech's and Zetcode's don't seem to be related in any way at all.

Thanks for any input :)

A: 

There should be PyQt examples of all C++ Qt examples in your PyQt4 distribution. I have them here: /usr/share/doc/python-qt4-doc/examples. Theye are quite good for the start. When you understand them, it should also be fairly easy for you to port some C++ examples to PyQt code or turn C++ custom widgets to C++.

gruszczy
A: 

online resources about PyQt aren't really that rampant, so any information/projects would be welcomed. Don't hesitate to post links to your upcoming widgets or anything else.

I would be really glad to work on that with you as i'm learning more about pyqt as well.

ssaboum