pyside-uic adds MainWindow.setMenuBar(self.menubar) to the generated code.

In the documentation under "QMenuBar on Mac OS X" it states "If you want all 
windows in a Mac application to share one menu bar, you must create a menu bar 
that does not have a parent."

Yet pyside-uic does not account for this and one must edit the generated file 
and remove the appropriate code for the menu to work.

Has anybody else found this too or is it just me?


_______________________________________________
PySide mailing list
PySide@lists.openbossa.org
http://lists.openbossa.org/listinfo/pyside

Reply via email to