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.
16 lines
496 B
16 lines
496 B
<!DOCTYPE kpartgui>
|
|
<kpartplugin name="katefiletemplates" library="libkatefiletemplates" version="2">
|
|
<MenuBar>
|
|
<Menu name="file"><text>&File</text>
|
|
<Action name="file_new_fromtemplate" group="new_merge" />
|
|
</Menu>
|
|
<Menu name="settings"><text>&Settings</text>
|
|
<Separator/>
|
|
<Action name="settings_manage_templates" />
|
|
</Menu>
|
|
</MenuBar>
|
|
<Toolbar name="mainToolBar"><text>Main Toolbar</text>
|
|
<Action name="file_new_fromtemplate" group="file_open" />
|
|
</Toolbar>
|
|
</kpartplugin>
|