Re: [PyQt] Understanding PyQt Documentation (Chris O'Halloran)

2013-09-20 Thread lloyd konneker
'parent = None' in Python means: a keyword argument, keyword is 'parent', default value is None. (That's basic knowledge of Python.) But note that the PyQt documentation requires a little more interpretation because: it is automatically derived from the C++ Qt documentation. Thus 'QWidget

Re: [PyQt] Understanding PyQt Documentation

2013-09-20 Thread Erik Janssens
this might help, I wrote it some time ago as a reminder to myself :) http://python- camelot.s3.amazonaws.com/gpl/release/pyqt/doc/advanced/development.html On Friday, September 20, 2013 09:50:25 PM Chris O'Halloran wrote: Hello all, This question will hopefully be trivial but I seem to have a

[PyQt] Understanding PyQt Documentation

2013-09-20 Thread Chris O'Halloran
Hello all, This question will hopefully be trivial but I seem to have a mental block. I'm currently working through Jan Bodnar's Advanced PyQt tutorial and Mark Summerfield's Rapid Gui Application Development with Python and PyQt. Both paid for copies. Thanks guys if you're on this list! I'm a n