]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Added widget flag "WX11BypassWM". (for borderless tooltip widget with any window...
authorstv <stv@opencascade.com>
Fri, 27 Jan 2006 09:34:03 +0000 (09:34 +0000)
committerstv <stv@opencascade.com>
Fri, 27 Jan 2006 09:34:03 +0000 (09:34 +0000)
src/Qtx/QtxToolTip.cxx

index 0365ba135f0605ea6e0751ebcc9b395a61630ce2..5141e127dda713ab37f1e6ea248238d595b2ac13 100755 (executable)
@@ -31,7 +31,7 @@
 #define TOOLTIP_HIDE_DELAY 7000
 
 QtxToolTip::QtxToolTip( QWidget* parent )
-: QLabel( parent, "", WStyle_Customize | WStyle_NoBorder | WStyle_Tool | WStyle_StaysOnTop | WType_TopLevel )
+: QLabel( parent, "", WStyle_Customize | WStyle_NoBorder | WX11BypassWM | WStyle_Tool | WStyle_StaysOnTop | WType_TopLevel )
 {
   setIndent( 3 );
        setAlignment( Qt::AlignLeft | Qt::AlignVCenter );