blob: ab8a6a98e0e43fcde0aae949f29ea43a9d9edb85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE kpartgui>
<kpartplugin name="tools" library="libtoolsplugin" version="1">
<MenuBar>
<Menu name="tools">
<text>&Tools</text>
<ActionList name="tools_list"/>
<ActionList name="tools2_list"/>
</Menu>
</MenuBar>
<ToolBar position="Top" iconText="IconOnly" noMerge="1" name="extraToolBar" fullWidth="false" hidden="true" >
<text>Tools Toolbar</text>
<ActionList name="tools_list"/>
</ToolBar>
</kpartplugin>
|