Skip to content

AttributeError: 'MainWindow' object has no attribute 'checkButtonGroup' #131

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

Open
Koussay31 opened this issue Apr 21, 2025 · 0 comments
Open

Comments

@Koussay31
Copy link

I was following along with your video, and everything worked just fine. but yesterday i got this error i cannot solve on my own

Traceback (most recent call last):
File "D:\Python Projects\StonMillia\main.py", line 50, in
window = MainWindow()
File "D:\Python Projects\StonMillia\main.py", line 28, in init
loadJsonStyle(self, self.ui)
File "C:\Users\MK323\AppData\Local\Programs\Python\Python39\lib\site-packages\Custom_Widgets_init_.py", line 207, in loadJsonStyle
applyJsonStyle(self, self.ui, data)
File "C:\Users\MK323\AppData\Local\Programs\Python\Python39\lib\site-packages\Custom_Widgets_init_.py", line 315, in applyJsonStyle
btn.clicked.connect(self.checkButtonGroup)
AttributeError: 'MainWindow' object has no attribute 'checkButtonGroup'

how to fix it

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