Hi Guys

I need your help

I am developing an application which need adjust default menu's position

my mainwindow inherits from QMainWindow

I try the below, but it doesn't work:

QMenu * myMenu = menuBar();
myMenu->move(x,y);

Who can help me?
Thanks in advance!