linux context menu, cannot switch to a new menu smoothly
-
I don't think this is related to Qt. This behaviour is defined by the window manager. On my Ubuntu even Nautilus (which does not use Qt) behaves like this. Maybe you can change this if you use a custom event filter, but usually your application should behave like any other on the given platform, else it can irritate the user.
-
I don't think this is related to Qt. This behaviour is defined by the window manager. On my Ubuntu even Nautilus (which does not use Qt) behaves like this. Maybe you can change this if you use a custom event filter, but usually your application should behave like any other on the given platform, else it can irritate the user.