Hello all, I would like to instantiate my class as follow
QObject(<param1>, <parent>) QObject(<parent>) an example would be http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qmenu.html How can I do this without have to specify parent=<parent> in the second version (I always need to supply the parent parameter, but I would like to supply it last) I have read this http://stackoverflow.com/questions/356718/how-to-handle-constructors-or-methods-with-a-different-set-or-type-of-argument but all the suggested methods do not work as I want Any idea? -- Emmanuel
-- http://mail.python.org/mailman/listinfo/python-list