From 0d4918950e61f3cbfd01c9fae37c463352c69dd3 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Tue, 20 Sep 2011 18:09:08 +0200 Subject: Add Qt::WindowTransparentForMouseEvents MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a flag for output only windows that are transparent for mouse events and implement it for the xcb backend. Change-Id: I24afdb6b27de34bcdf0c061a5a4987ac2880e4ae Reviewed-on: http://codereview.qt-project.org/5260 Reviewed-by: Qt Sanity Bot Reviewed-by: Samuel Rødal --- src/corelib/global/qnamespace.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/corelib') diff --git a/src/corelib/global/qnamespace.h b/src/corelib/global/qnamespace.h index 43e6176811..807bed8a61 100644 --- a/src/corelib/global/qnamespace.h +++ b/src/corelib/global/qnamespace.h @@ -258,6 +258,7 @@ public: WindowContextHelpButtonHint = 0x00010000, WindowShadeButtonHint = 0x00020000, WindowStaysOnTopHint = 0x00040000, + WindowTransparentForInput = 0x00080000, CustomizeWindowHint = 0x02000000, WindowStaysOnBottomHint = 0x04000000, -- cgit v1.2.3