This repository was archived by the owner on Feb 4, 2024. It is now read-only.
ui
Directory actions
More options
Directory actions
More options
ui
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Mac OSX has it's unified menubar. This is a main problem for all QT-related (PySide/pyQT)
applications as you will find somewhere in your ui_MainWindow.py (or whatever you called it)
a line mentioning something like:
MainWindow.setMenuBar(self.menubar)
This line should be removed (or outcommented) on Mac otherwise you don't have a menu.
HvdW, 2012-12-12