Not seeing error; experienced eyes needed

Rich Shepard rshepard at appl-ecosys.com
Thu Apr 22 00:57:37 BST 2021


On Wed, 21 Apr 2021, Addison Elliott wrote:

> Sorry, in addition to dedenting the methods, make sure to move them below
> the other logic in the init function. So, in your case, you'll want to
> move them after the "self.show()" line.

Addison,

That's where they originally were.

> If you don't want them to be class methods, then you can remove the "self"
> argument from the functions and reference the functions as "save" and
> "cancel" rather than "self.save" and "self.cancel".

Got it.

Thanks again,

Rich


More information about the PyQt mailing list