Re: [PyQt] PyQt examples for beginner and programming

2010-04-23 Thread Russell Valentine
The examples directory that comes with PyQt? You can also look at a dinky password manager I wrote that uses the QTableView, it may not be of any help. http://coldstonelabs.org/files/passwordManager-0.03.tar.bz2 On 04/23/10 13:56, Vadym Honcharuk wrote: > dear community, > > could you please po

[PyQt] PyQt examples for beginner and programming

2010-04-23 Thread Vadym Honcharuk
dear community, could you please pointed where is possible find out examples of PyQt application in order to learn programming practices. I am beginner and try programming application based rather on QTableView. I find very useful for it book and examples of Mark Summerfield - very intelligibly. S