|
1 <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> |
|
2 <kpartgui name="WebKitPart" version="1"> |
|
3 <MenuBar> |
|
4 <Menu name="file"><text>&File</text> |
|
5 <Action name="saveBackground" /> |
|
6 <Action name="saveDocument" /> |
|
7 <Action name="saveFrame" /> |
|
8 <Separator /> |
|
9 <Action name="printFrame" group="print" /> |
|
10 </Menu> |
|
11 <Menu name="edit"><text>&Edit</text> |
|
12 <Action name="selectAll" /> |
|
13 <Separator /> |
|
14 <Action name="find" /> |
|
15 <Action name="findNext" /> |
|
16 <Action name="findPrevious" /> |
|
17 <Action name="findAheadText" /> |
|
18 <Action name="findAheadLink" /> |
|
19 </Menu> |
|
20 <Menu name="view"><text>&View</text> |
|
21 <Action name="incFontSizes" /> |
|
22 <Action name="decFontSizes" /> |
|
23 <Action name="viewDocumentSource" /> |
|
24 <Action name="viewPageInfo" /> |
|
25 <Action name="setEncoding" /> |
|
26 <Action name="useStylesheet" /> |
|
27 <ActionList name="debugScriptList" /> |
|
28 <!-- |
|
29 <!-- |
|
30 <Separator /> |
|
31 <Action name="debugRenderTree" /> |
|
32 <Action name="debugDOMTree" /> |
|
33 --> |
|
34 </Menu> |
|
35 </MenuBar> |
|
36 <ToolBar name="mainToolBar"><text>Main Toolbar</text> |
|
37 <Action name="find" /> |
|
38 <Separator /> |
|
39 <Action name="incFontSizes" /> |
|
40 <Action name="decFontSizes" /> |
|
41 <ActionList name="loadImages" /> |
|
42 </ToolBar> |
|
43 <ActionProperties> |
|
44 <Action shortcut="F7" name="caretMode" /> |
|
45 </ActionProperties> |
|
46 </kpartgui> |