📜  pyqt5 更新显示 - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:08.537000             🧑  作者: Mango

代码示例1
self.update() #where self is the name of the window you want to force to update
QApplication.processEvents()