PDA

View Full Version : Pb with shortcuts on Mac OS



mourad
22nd May 2008, 16:43
Hi everyone, my Qt 4.3 application runs on Windows and Mac OS. Under Windows shortcuts work correctly but under Mac, they don't work as I want. For example when I press ALT+M, this activate an item in the menu whitch starts with M. How I must to proceed. I'm on Mac OS X 10.4 Tiger PPC and I'm using Qt 4.3 and Xcode.
Many thanks.

chackal_sjc
22nd May 2008, 20:22
How did you do that?

try to use the QAction::setShortcut(tr("Alt+M"))