Open me21 opened 4 years ago
I've learned the hard way that main function in the app class is autogenerated by the editor just like __init__ or construct_ui. These two methods have a warning comment. It would be nice to place similar comment in the main function.
main
__init__
construct_ui
@me21 thank you for the suggestion, I will do it ;-)
I've learned the hard way that
main
function in the app class is autogenerated by the editor just like__init__
orconstruct_ui
. These two methods have a warning comment. It would be nice to place similar comment in themain
function.