You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.3 KiB
XML
46 lines
1.3 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE gui SYSTEM "kpartgui.dtd">
|
|
<gui version="23" name="kontact" >
|
|
<MenuBar>
|
|
<Menu name="file" noMerge="1">
|
|
<text>&File</text>
|
|
<Merge/>
|
|
<Separator/>
|
|
<Action name="action_new"/>
|
|
<Separator/>
|
|
<Action name="file_quit"/>
|
|
<Merge/>
|
|
</Menu>
|
|
<Merge />
|
|
<Menu name="settings">
|
|
<text>&Settings</text>
|
|
<Merge append="save_merge"/>
|
|
<!-- <Separator/> -->
|
|
<DefineGroup name="settings_configure" append="configure_merge"/>
|
|
<Action name="settings_configure_kontact" append="configure_merge"/>
|
|
<Action name="settings_configure_kontact_profiles" append="configure_merge"/>
|
|
|
|
<!-- Those actions have to be set by the parts because some applications
|
|
have app.rc == part.rc
|
|
-->
|
|
<!--
|
|
<Action name="options_configure_keybinding"/>
|
|
<Action name="options_configure_toolbars"/>
|
|
-->
|
|
</Menu>
|
|
<Menu name="help"><text>&Help</text>
|
|
<Action name="help_introduction"/>
|
|
<Action name="help_tipofday"/>
|
|
</Menu>
|
|
</MenuBar>
|
|
<ToolBar position="Top" noMerge="1" name="mainToolBar"><text>Main Toolbar</text>
|
|
<Action name="action_new"/>
|
|
<Action name="action_sync"/>
|
|
<Merge/>
|
|
</ToolBar>
|
|
<ToolBar position="Top" hidden="true" name="navigatorToolBar"><text>Navigator</text>
|
|
<Action name="navigator_spacer_item"/>
|
|
<ActionList name="navigator_actionlist" />
|
|
</ToolBar>
|
|
</gui>
|