summaryrefslogtreecommitdiffstats
path: root/smb4k/smb4k_shell.rc
blob: 365ed2829e8d9c04bf899e4ddf472657b8b32d03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!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>