summaryrefslogtreecommitdiffstats
path: root/kcron/kcronui.rc
blob: a27fea1cce17f35036a52fd63e587c73c4464cae (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
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="kcron" version="1">
<MenuBar>
  <Menu name="edit">
    <Separator/>
    <Action name="edit_new"/>
    <Action name="edit_modify"/>
    <Action name="edit_delete"/>
    <Separator/>
    <Action name="edit_enable"/>
    <Separator/>
    <Action name="edit_run"/>
  </Menu>
  <Menu name="settings">
    <Action name="show_toolbar"/>
    <Action name="show_statusbar"/>
  </Menu>
</MenuBar>

<ToolBar name="mainToolBar">
  <Action name="edit_new"/>
  <Action name="edit_modify"/>
  <Action name="edit_delete"/>
</ToolBar>

<ActionProperties>
  <Action name="edit_new" icon="document-new"/>
  <Action name="edit_modify" icon="edit"/>
  <Action name="edit_delete" icon="edit-delete"/>
  <Action name="edit_run" icon="system-run"/>
</ActionProperties>

<State name="no_task_selected">
  <Disable>
    <Action name="edit_cut"/>
    <Action name="edit_copy"/>
    <Action name="edit_modify"/>
    <Action name="edit_delete"/>
 </Disable>
</State>

<State name="paste_disabled">
  <Disable>
    <Action name="edit_paste"/>
  </Disable>
</State>

<State name="runnow_enabled">
  <Enable>
    <Action name="edit_run"/>
  </Enable>
</State>
    
</kpartgui>