关联的窗口和打开的不同相同的窗口,为什么
要打开的子窗口中添加__init__()构造方法,类似下面这样:
def __init__(self): # 构造方法
super(Ui_Form, self).__init__()
self.setupUi(self) # 初始化窗体设置