PyQt5 窗口置顶

引用:PyQt5窗口类型

from PyQt5.QtCore import Qt
self.setWindowFlags(Qt.WindowStaysOnTopHint)

你可能感兴趣的:(PyQt5)