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.
kxmleditor/kxmleditor/kxmleditorshell.rc

32 lines
758 B

<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="kxmleditorshell" version="2">
<MenuBar>
<Menu name="file"><text>&amp;File</text>
<Action name="reload"/>
<Separator lineSeparator="true"/>
<Merge/>
</Menu>
<Merge/>
<Menu name="window"><text>&amp;Window</text>
<Action name="window_close"/>
<Action name="window_close_all"/>
<Action name="window_close_all_others"/>
</Menu>
<Menu name="help"><text>&amp;Help</text>
</Menu>
</MenuBar>
<ToolBar fullWidth="true" name="mainToolBar" newline="true" position="top"><text>Main Toolbar</text>
<DefineGroup name="file_operations" />
<Action name="new" group="file_operations" />
<Action name="open" group="file_operations" />
<Merge/>
<Separator/>
<Merge/>
</ToolBar>
</kpartgui>