I want to place some graphic/banner above the main QMenuBar provided by QMainWindow. Does anyone know a way to do this? I tried setting the x,y geometry in QMenubar and QMainWindow, but it didn't change a thing - it seems the menubar is stuck in the top left-hand corner of the window.

Has anyone ever tried subclassing QMenuBar to do this? Or is there a different way I should go about this...