赞
踩
# 新建的窗口始终位于当前屏幕的最前面 self.setWindowFlags(Qt.WindowStaysOnTopHint) # 阻塞父类窗口不能点击 self.setWindowModality(Qt.ApplicationModal)