mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
c1d9be1ece
svn path=/trunk/kdebase/nsplugins/; revision=53698
15 lines
276 B
Text
15 lines
276 B
Text
<!DOCTYPE kpartgui>
|
|
<kpartgui name="testnsplugin">
|
|
|
|
<MenuBar>
|
|
<Menu name="file"><text>&File</text>
|
|
</Menu>
|
|
</MenuBar>
|
|
|
|
<ToolBar noMerge="1" name="mainToolBar">
|
|
<Action name="file_new"/>
|
|
<Action name="file_close"/>
|
|
<Action name="file_quit"/>
|
|
</ToolBar>
|
|
|
|
</kpartgui>
|