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.
koffice/example/example.rc

13 lines
310 B

<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd" ><kpartgui name="Example" version="1">
<MenuBar>
<Menu name="Edit"><text>Edit</text>
<Action name="copy"/>
<Action name="cut"/>
</Menu>
</MenuBar>
<ToolBar name="editToolBar"><Text>Edit</Text>
<Action name="copy"/>
<Action name="cut"/>
</ToolBar>
</kpartgui>