summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoaresources.qrc
Commit message (Collapse)AuthorAgeFilesLines
* Use "qt-project.org" instead of "trolltech" in the resource systemhjk2012-03-281-3/+3
| | | | | | | Task-number: QTBUG-23272 Change-Id: Idcdb9620910577b3c0fc9a792a0446665bd2eab6 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* Cocoa: Load the standard app menu.Morten Sorvig2011-08-291-0/+17
It's now possible to quit and hide the app window using the keyboard shortcuts. The menu nib files are now stored in Qt resources, written to QDir::temp at app startup and loaded from there. This will simplify deployment compared with Qt 4 where the nibs had to be copied into the QtGui framework when deploying the app. This change also moves the mac resources (qt_menu.nib, cursors) from widgets to the cocoa plugin. Change-Id: If1d6fd353369ea4e89a9e35579906a2de7298fa2 Reviewed-on: http://codereview.qt.nokia.com/3314 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@nokia.com>