summaryrefslogtreecommitdiffstats
path: root/src/gui/ui/temporuler.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/ui/temporuler.rc')
-rw-r--r--src/gui/ui/temporuler.rc19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/gui/ui/temporuler.rc b/src/gui/ui/temporuler.rc
new file mode 100644
index 0000000..1db6b62
--- /dev/null
+++ b/src/gui/ui/temporuler.rc
@@ -0,0 +1,19 @@
+<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
+
+<kpartgui name="Rosegarden::TempoRuler" version="1230">
+
+<Menu name="tempo_ruler_menu">
+ <Action name="insert_tempo_here" />
+ <Action name="insert_tempo_at_pointer" />
+ <Separator/>
+ <Action name="delete_tempo" />
+ <Separator/>
+ <Action name="ramp_to_next" />
+ <Action name="unramp" />
+ <Separator/>
+ <Action name="edit_tempo" />
+ <Action name="edit_time_signature" />
+ <Action name="edit_tempos" />
+</Menu>
+
+</kpartgui>