'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
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
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