Mentions légales du service

Skip to content
Snippets Groups Projects

Add trace syncing

Open ORDRONNEAU Camille requested to merge cordronn/vite:feature/trace-syncing into master
Files
9
@@ -105,6 +105,7 @@
<addaction name="no_warning"/>
<addaction name="no_arrows"/>
<addaction name="no_events"/>
<addaction name="sync_render"/>
<addaction name="reload_from_file"/>
</widget>
<widget class="QMenu" name="menuFile">
@@ -165,6 +166,8 @@
<addaction name="separator"/>
<addaction name="no_arrows"/>
<addaction name="no_events"/>
<addaction name="render_sync"/>
<addaction name="scale_sync"/>
</widget>
<action name="open">
<property name="icon">
@@ -277,6 +280,19 @@
<string>No events</string>
</property>
</action>
<action name="render_sync">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Render Sync</string>
</property>
</action>
<action name="scale_sync">
<property name="text">
<string>Scale Sync</string>
</property>
</action>
<action name="clear_recent_files">
<property name="text">
<string>Clear</string>
Loading