In some cases, we need to move QWidget
outside the screen coordinate (move it with negative pos), for example here we need to move our main widget offscreen for the user to see what he/she is typing via virtual keyboard
but this behavior is not working under X11 platform(tested under ubuntu 18.04
).
- Is it related to
window manager
orQt
? - What is the solution for this?