Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [Solved]Make the labels on mac osx, "Services" and "About XXX" point to my widgets
Forum Updated to NodeBB v4.3 + New Features

[Solved]Make the labels on mac osx, "Services" and "About XXX" point to my widgets

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    stereomatching
    wrote on last edited by
    #1

    !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

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      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

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved