summaryrefslogtreecommitdiffstats
path: root/kpilot/kpilotui.rc
blob: 21bf8dca30a7b3a1ef24fe563a583d0eab13d28c (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
38
39
40
41
42
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">

<kpartgui name="kpilot" version="5">
<MenuBar>
  <Menu name="file" noMerge="1"><text>&amp;File</text>
    <!-- Keep this list synchronized with pilotDaemon.cc and kpilot.cc -->
    <Action name="file_hotsync" />
    <Action name="file_fullsync" />
    <Action name="file_backup" />
    <Action name="file_restore" />
    <Action name="file_HHtoPC" />
    <Action name="file_PCtoHH" />
    <Separator />
    <Action name="file_quit" />
  </Menu>
  <Menu name="settings" noMerge="1"><text>&amp;Settings</text>
    <Action name="options_show_statusbar" />
    <Action name="options_show_toolbar" />
    <Merge name="StandardToolBarMenuHandler" />
    <Separator />
    <Action name="options_configure_keybinding" />
    <Action name="options_configure_toolbars" />
    <Action name="options_configure" />
    <Action name="options_configure_wizard" />
  </Menu>
</MenuBar>

<Menu name="rb_popup">
  <Action name="file_hotsync" />
  <Action name="file_backup" />
  <Action name="file_restore" />
  <Separator />
</Menu>

<ToolBar name="mainToolBar"><text>Main Toolbar</text>
  <Action name="popup_hotsync" />
  <Action name="file_backup" />
  <Action name="file_reload" />
  <Separator />
</ToolBar>

</kpartgui>