blob: 2216b99d115ef47bcabfe12e5f06fbfa3f8e3696 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE kpartgui>
<kpartplugin name="domtreeviewer" library="libdomtreeviewerplugin">
<MenuBar>
<Menu name="tools"><Text>&Tools</Text>
<Action name="viewdomtree"/>
</Menu>
</MenuBar>
<ToolBar name="extraToolBar"><text>Extra Toolbar</text>
<Action name="viewdomtree"/>
</ToolBar>
</kpartplugin>
|