标签:span 括号 不能 star display read self tar qt5
如果想创建一个实时改变的事件,最好额外使用一个线程独自处理此事件。
th = threading.Thread(target=self.Display)
th.start()
创建线程时传入函数一定要注意,函数名传入不要带括号,跟pyqt的事件绑定一样不能带括号。
标签:span 括号 不能 star display read self tar qt5
原文地址:https://www.cnblogs.com/ywheunji/p/12249390.html