Qt::X11BypassWindowManagerHint functionality on Windows
        Posted  
        
            by Hector
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Hector
        
        
        
        Published on 2010-03-12T19:18:45Z
        Indexed on 
            2010/03/22
            18:51 UTC
        
        
        Read the original article
        Hit count: 578
        
Hi
I'm currently developing a cross-plataform virtual keyboard. In linux i was able to do whatever i want, but in Windows i'm having problems to prevent the widget to obtain the keyboard focus.
In linux, using the window flag
Qt::X11BypassWindowManagerHint
the widget never gets the keyboard input, but of course, that flag does not work on Windows
Is there something equivalent to that flag or some method i can use instead?
any ideas would be appreciated
thanks in advance
© Stack Overflow or respective owner