I\'m working on a project that needs to call a modal window with a toolbar to do some work on some data before it\'s loaded. The reason I need the toolbar is the user has a
You can simply use the setMenuBar function of the layout manager that is installed on your QDialog:
myDialog->layout()->setMenuBar(myMenuBar);