目标:主窗口保持,通过按键弹出子窗口 步骤一:pyqt5创建主窗口,并设置按键
用pycharm和pyqt5,想写一个弹出窗口的程序,如下: class video_record(QWidget): def __init__(self):