You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
1.9 KiB
82 lines
1.9 KiB
9 years ago
|
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
|
||
|
<kpartgui name="kxmleditorpart" version="1">
|
||
|
<MenuBar>
|
||
|
<Menu name="edit"><text>&Edit</text>
|
||
|
<Separator/>
|
||
|
<Action name="deselect"/>
|
||
|
<Separator/>
|
||
|
<Action name="edit_find"/>
|
||
|
<Action name="edit_find_next"/>
|
||
|
</Menu>
|
||
|
<Menu name="view"><text>&View</text>
|
||
|
<Separator/>
|
||
|
<Action name="treeitem_up"/>
|
||
|
<Action name="treeitem_expand"/>
|
||
|
<Action name="treeitem_collapse"/>
|
||
|
</Menu>
|
||
|
<Menu name="bookmarks"><text>&Bookmarks</text>
|
||
|
<Action name="bookmark_toggle"/>
|
||
|
<Action name="bookmark_prev"/>
|
||
|
<Action name="bookmark_next"/>
|
||
|
</Menu>
|
||
|
<Menu name="settings"><text>&Settings</text>
|
||
|
<Action name="configure"/>
|
||
|
</Menu>
|
||
|
</MenuBar>
|
||
|
|
||
|
<Menu name="popupXmlElement">
|
||
|
<Title>XML Element</Title>
|
||
|
<Action name="treeitem_up"/>
|
||
|
<Action name="treeitem_expand"/>
|
||
|
<Action name="treeitem_collapse"/>
|
||
|
<Separator/>
|
||
|
<Action name="deselect"/>
|
||
|
<Separator/>
|
||
|
<Action name="bookmark_toggle"/>
|
||
|
</Menu>
|
||
|
|
||
|
<Menu name="popupXmlContent">
|
||
|
<Title>XML Content</Title>
|
||
|
<Action name="treeitem_up"/>
|
||
|
<Separator/>
|
||
|
<Action name="deselect"/>
|
||
|
<Separator/>
|
||
|
<Action name="bookmark_toggle"/>
|
||
|
</Menu>
|
||
|
|
||
|
<Menu name="popupXmlProcInstr">
|
||
|
<Title>XML Proc.Instruction</Title>
|
||
|
<Action name="treeitem_up"/>
|
||
|
<Separator/>
|
||
|
<Action name="deselect"/>
|
||
|
<Separator/>
|
||
|
<Action name="bookmark_toggle"/>
|
||
|
</Menu>
|
||
|
|
||
|
<Menu name="popupXmlTree">
|
||
|
<Title>XML Tree</Title>
|
||
|
<Action name="deselect"/>
|
||
|
</Menu>
|
||
|
|
||
|
<ToolBar name="mainToolBar">
|
||
|
<text>Main Toolbar</text>
|
||
|
<Action name="find"/>
|
||
|
<Separator/>
|
||
|
<Action name="bookmark_toggle"/>
|
||
|
<Action name="bookmark_prev"/>
|
||
|
<Action name="bookmark_next"/>
|
||
|
<Separator/>
|
||
|
<Action name="treeitem_up"/>
|
||
|
<Action name="treeitem_expand"/>
|
||
|
<Action name="treeitem_collapse"/>
|
||
|
</ToolBar>
|
||
|
|
||
|
<ToolBar fullWidth="true" name="pathToolBar" newline="true">
|
||
|
<text>Path Toolbar</text>
|
||
|
<Action name="path_clear"/>
|
||
|
<Action name="path_label"/>
|
||
|
<Action name="path_combo"/>
|
||
|
</ToolBar>
|
||
|
|
||
|
</kpartgui>
|