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.
18 lines
410 B
18 lines
410 B
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
|
|
<kpartgui name="%{APPNAMELC}_part" version="1">
|
|
<MenuBar>
|
|
<Menu name="file">
|
|
<Action name="file_open"/>
|
|
<Separator/>
|
|
<Action name="file_save"/>
|
|
<Action name="file_save_as"/>
|
|
</Menu>
|
|
</MenuBar>
|
|
<ToolBar name="mainToolBar">
|
|
<Action name="file_open"/>
|
|
<Action name="file_save"/>
|
|
<Action name="file_print"/>
|
|
<Separator/>
|
|
</ToolBar>
|
|
</kpartgui>
|