Add moving and resetting start animation position

This commit is contained in:
Arthur Golubtsov
2019-09-19 17:13:15 +03:00
parent 392b06f494
commit 424f1cbec2
4 changed files with 44 additions and 2 deletions

View File

@@ -287,7 +287,15 @@
</property>
<addaction name="action_select_all_rows"/>
</widget>
<widget class="QMenu" name="menuAnimation">
<property name="title">
<string>Animation</string>
</property>
<addaction name="action_set_start_to_current_position"/>
<addaction name="action_reset_start"/>
</widget>
<addaction name="menuOptions"/>
<addaction name="menuAnimation"/>
<addaction name="menuTable"/>
</widget>
<action name="action_send_animations">
@@ -338,6 +346,16 @@
<string>Ctrl+A</string>
</property>
</action>
<action name="action_set_start_to_current_position">
<property name="text">
<string>Set start to current position</string>
</property>
</action>
<action name="action_reset_start">
<property name="text">
<string>Reset start position</string>
</property>
</action>
</widget>
<tabstops>
<tabstop>check_button</tabstop>