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.
smb4k/smb4k/smb4k_shell.rc

38 lines
1.3 KiB

<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="smb4k_shell" version="2">
<MenuBar>
<Menu noMerge="1" name="file"><text>&amp;File</text>
<Action name="quit_action"/>
</Menu>
<Menu noMerge="1" name="network"><text>&amp;Network</text>
</Menu>
<Menu noMerge="1" name="shares"><text>Sh&amp;ares</text>
</Menu>
<Menu noMerge="1" name="bookmarks"><text>&amp;Bookmarks</text>
<!-- This menu will dynamically be filled by Smb4KApp. -->
<ActionList name="bookmark_actions"/>
<ActionList name="bookmarks"/>
</Menu>
<Menu noMerge="1" name="settings"><text>&amp;Settings</text>
<Merge name ="StandardToolBarMenuHandler"/>
<Action name="options_show_statusbar"/>
<Separator/>
<Merge/>
<Action name="view_modes_menu"/>
<Separator/>
<Action name="configure_action"/>
</Menu>
</MenuBar>
<!-- fullWidth="false" shortens the tool bar, so that it looks nicer. -->
<ToolBar fullWidth="false" name="networkToolBar" index="0"><text>Network ToolBar</text>
</ToolBar>
<ToolBar fullWidth="false" name="sharesViewToolBar" index="1"><text>Shares View ToolBar</text>
</ToolBar>
<ToolBar fullWidth="true" noMerge="1" name="mainToolBar" index="2"><text>Main ToolBar</text>
<Action name="view_modes_menu"/>
<Action name="configure_action"/>
<Separator/>
<Action name="quit_action"/>
</ToolBar>
</kpartgui>