How to set Qt::WA_AlwaysShowToolTips for QML Tool Window
-
Hi, I create a tool window:
Window { flags: Qt.Tool | Qt.FramelessWindowHint | Qt.WindowStaysOnTopHint }and I wish tool window will appear when the application is inactive by the Qt::WA_MacAlwaysShowToolWindow attribute.
so, how to set Qt::WA_AlwaysShowToolTips in QML ?
"flags: Qt.Tool | Qt.FramelessWindowHint | Qt.WindowStaysOnTopHint | Qt.WA_AlwaysShowToolTips" is not work.