AttributeError: 'MyMainWindow' object has no attribute 'pushButton'
问题 Trying to proceed click button event in my code but got some issue. AttributeError: 'MyMainWindow' object has no attribute 'pushButton' Seems, like clicked event can`t find pushbutton from my subclass. Probably i did some mistakes in syntax, so really waiting for your help guys. Sorry if the question very banal, pyQt5 is simply new for me, trying to figure out in all of this. Here is my files. ui_main.py # -*- coding: utf-8 -*- # Form implementation generated from reading ui file '1.ui' # #