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