Quote Originally Posted by wysota View Post
If you enable mouse tracking then yes. But you'll have to do it in an event filter which you have to apply on your central widget and any of its subwidgets, because if a subwidget handles a mouse move event itself, it won't propagate it to the parent. Of course you'll have to calculate the coordinates in the main window coordinate system. Lots of work
Yes! Thanks for your inputs. btw, what component could replace the trapezoidal menubar that appears on the top when you connect to Remote Desktop in Windows. Basically that is what I am trying to achieve. Limitation of a menu bar is that it must only be applied to a gui component that is of type QMainWindow. But what if I wanted to add an Autohide Bar on the top of the screen like the one we see when connecting to a remote computer using mstsc in Windows?