How to make a “True Transparent” window to cursor, preferably on a pure QML? (Qt 5.7)
问题 "True Transparency" explanation (image, 76kb). On that image ApplicationWindow have a visually transparent layer. But in fact, cursor does not go to the window behind ApplicationWindow (in this case - QT Creator). "True Transparency" is achieved if add (uncomment) "Qt.WindowTransparentForInput" flag, but the buttons are no longer available (it's are obvious, I know). I have tried a various flags with similar meanings (from the documentation), but did not find a working combination - cursor