blob: 03d51f57272fa35041f4bf5029d1c1a4e8cf1af2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE kpartgui>
<kpartplugin name="kviewtemplate" library="kview_templateplugin">
<MenuBar>
<Menu name="tools"><Text>&Tools</Text>
<Action name="plugin_template"/>
</Menu>
</MenuBar>
<ToolBar name="extraToolBar">
<Action name="plugin_template"/>
</ToolBar>
</kpartplugin>
|