source: trunk/src/gui/mac/qt_menu.nib/classes.nib@ 104

Last change on this file since 104 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>IBClasses</key>
6 <array>
7 <dict>
8 <key>CLASS</key>
9 <string>FirstResponder</string>
10 <key>LANGUAGE</key>
11 <string>ObjC</string>
12 <key>SUPERCLASS</key>
13 <string>NSObject</string>
14 </dict>
15 <dict>
16 <key>ACTIONS</key>
17 <dict>
18 <key>hide</key>
19 <string>id</string>
20 <key>hideOtherApplications</key>
21 <string>id</string>
22 <key>orderFrontStandardAboutPanel</key>
23 <string>id</string>
24 <key>qtDispatcherToQAction</key>
25 <string>id</string>
26 <key>terminate</key>
27 <string>id</string>
28 <key>unhideAllApplications</key>
29 <string>id</string>
30 </dict>
31 <key>CLASS</key>
32 <string>QCocoaMenuLoader</string>
33 <key>LANGUAGE</key>
34 <string>ObjC</string>
35 <key>OUTLETS</key>
36 <dict>
37 <key>aboutItem</key>
38 <string>NSMenuItem</string>
39 <key>aboutQtItem</key>
40 <string>NSMenuItem</string>
41 <key>appMenu</key>
42 <string>NSMenu</string>
43 <key>hideItem</key>
44 <string>NSMenuItem</string>
45 <key>preferencesItem</key>
46 <string>NSMenuItem</string>
47 <key>quitItem</key>
48 <string>NSMenuItem</string>
49 <key>theMenu</key>
50 <string>NSMenu</string>
51 </dict>
52 <key>SUPERCLASS</key>
53 <string>NSResponder</string>
54 </dict>
55 </array>
56 <key>IBVersion</key>
57 <string>1</string>
58</dict>
59</plist>
Note: See TracBrowser for help on using the repository browser.