[Solved]Make the labels on mac osx, "Services" and "About XXX" point to my widgets
-
!http://www.flickr.com/photos/92283971@N04/8692134295/in/photostream()!
As the image show, the apps on mac osx always have something like "About XXX" and
"Services Preference" wether you design it in your codes or not, it is strange if the labels do not show anything when the users click on them.How could I make those menu label point to the widgets I design?Thanks -
Hi,
Have a look at "menu roles":http://qt-project.org/doc/qt-4.8/qaction.html#MenuRole-enum of QAction.
For the about box, the most basic thing is to have an about action that once triggered shows an about dialog.
"Services Preference" are not the same thing as the application preferences which are under Preferences.
Hope it helps