We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e508d commit e6f1569Copy full SHA for e6f1569
qfluentwidgets/components/widgets/tool_tip.py
@@ -78,7 +78,7 @@ def __init__(self, text='', parent=None):
78
# set style
79
self.setAttribute(Qt.WA_TransparentForMouseEvents)
80
self.setAttribute(Qt.WA_TranslucentBackground)
81
- self.setWindowFlags(Qt.Tool | Qt.FramelessWindowHint)
+ self.setWindowFlags(Qt.Tool | Qt.FramelessWindowHint | Qt.WindowStaysOnTopHint)
82
self.__setQss()
83
84
def text(self):
0 commit comments