Not the only way... There's [NSApplicationDelegate applicationDockMenu:], and dock tile plugins (we should look into bundling a default dock tile plugin in Qt apps!).
Dock tile plugins have the added benefit of having the menu show up when the app isn't open (more like Windows jump lists). https://developer.apple.com/library/mac/#documentation/Carbon/Conceptual/customizing_docktile/CreatingaDockTilePlug-in/CreatingaDockTilePlug-in.html -- Jake Petroules Chief Technology Officer Petroules Corporation ยท www.petroules.com Email: [email protected] On Mar 22, 2013, at 4:51 AM, Sorvig Morten <[email protected]> wrote: > > On Mar 21, 2013, at 10:55 PM, Thiago Macieira <[email protected]> > wrote: > >> Someone who knows about this, could you please take a look? >> >> The first and third warnings are scary. > > Fixed most of them: > > https://codereview.qt-project.org/51868 > https://codereview.qt-project.org/51869 > https://codereview.qt-project.org/51870 > https://codereview.qt-project.org/51871 > https://codereview.qt-project.org/51872 > https://codereview.qt-project.org/51873 > > Two exceptions: > > [NSApp setAppMenu] is inherited from Qt 4 and is as far as I can see the only > way to keep that Qt 4 feature/API working (see 51871). > > I also left the color-space related ones. My plan is to take a closer look at > color space support at some point after I return from my leave (which means > after summer), and leave the current code as-is until then. > > Morten > > > > _______________________________________________ > Development mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/development
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
