[Qt-jambi-interest] Quit menu

Peter Dove peterdove at mac.com
Sat Mar 1 19:52:52 CET 2008


Hi,

Perhaps I am missing something, but when I try to create a menu action  
Quit - it never appears in the menu bar. This is for Mac.

In the code posted below, all menus appear except Quit.Excuse the odd  
names... a sign of my perplexity...

          
actionQuit 
.setText 
(com.trolltech.qt.core.QCoreApplication.translate("MainWindow",  
"Quit"));
          
actionAnd_Another 
.setText 
(com.trolltech.qt.core.QCoreApplication.translate("MainWindow", "And  
Another"));
          
actionWhut 
.setText 
(com.trolltech.qt.core.QCoreApplication.translate("MainWindow",  
"Whut?"));

is there some problem with using Quit? I see quit in normal Mac apps...

Peter


More information about the Qt-jambi-interest mailing list