pyqt5 —— QWidget::repaint: Recursive repaint detected

报错:不能再子线程中调用pyqt5 的 UI

解决方法:用 自定义信号 调用 !!!

原文地址:https://www.cnblogs.com/pythonwl/p/15241774.html