Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main.py fails to use the QT toggle() method #53

Open
fire-eggs opened this issue Jan 10, 2024 · 0 comments
Open

Main.py fails to use the QT toggle() method #53

fire-eggs opened this issue Jan 10, 2024 · 0 comments

Comments

@fire-eggs
Copy link

fire-eggs commented Jan 10, 2024

In Main.py, lines 250-289, the code fails to use the toggle() method. In other words, eight instances of code similar to this:

            if self.checkBox_Led1.isChecked() == True:
                self.checkBox_Led1.setChecked(False)
            else:
                self.checkBox_Led1.setChecked(True)

can be replaced by corresponding simplified code:

            self.checkBox_Led1.toggle()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant