Comment 6 for bug 394125

Revision history for this message
Alexander Belchenko (bialix) wrote : Re: [Bug 394125] Re: SubProcessDialog doesn't work with PyQt 4.5

Naoki, I think it's better to rename methods using "do_" prefix, e.g.
do_accept, do_close, etc.

Leading underscore usually means private method in Python.