[PyQt] QAction menu questions

Scott Frankel frankel at circlesfx.com
Sat May 30 19:15:32 BST 2009


How does one set an app's About (help) menu to display the app's name,  
rather than "Python."

In addition, I'd like to have the menu's aboutAction item and the  
exitAction item display my app name as well.  They currently display  
"About Python" and "Quit Python," respectively.

Interestingly, the aboutQtAction displays the string specified in the  
QAction declaration.

Is this an OS-specific issue?  I'm testing on OSX.  See the attached  
example program, simplified from .../examples/menus.py.

Thanks!
Scott




-------------- next part --------------
A non-text attachment was scrubbed...
Name: menuTest.py
Type: text/x-python-script
Size: 3261 bytes
Desc: not available
Url : http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20090530/e90add60/menuTest.bin
-------------- next part --------------




More information about the PyQt mailing list