Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 72dda4ec authored by Laszlo Joel's avatar Laszlo Joel Committed by Mathieu Faverge
Browse files

add 'add trace' button for comparing traces

parent 37b27cf9
No related branches found
No related tags found
No related merge requests found
src/interface/icon/green_plus.png

11.1 KiB

...@@ -223,6 +223,7 @@ ...@@ -223,6 +223,7 @@
<addaction name="separator"/> <addaction name="separator"/>
</widget> </widget>
<addaction name="open"/> <addaction name="open"/>
<addaction name="add_trace"/>
<addaction name="reload"/> <addaction name="reload"/>
<addaction name="menuRecent_Files"/> <addaction name="menuRecent_Files"/>
<addaction name="export_file"/> <addaction name="export_file"/>
...@@ -264,6 +265,7 @@ ...@@ -264,6 +265,7 @@
<bool>false</bool> <bool>false</bool>
</attribute> </attribute>
<addaction name="open"/> <addaction name="open"/>
<addaction name="add_trace"/>
<addaction name="reload"/> <addaction name="reload"/>
<addaction name="close"/> <addaction name="close"/>
<addaction name="export_file"/> <addaction name="export_file"/>
...@@ -291,6 +293,15 @@ ...@@ -291,6 +293,15 @@
<string>Ctrl+O</string> <string>Ctrl+O</string>
</property> </property>
</action> </action>
<action name="add_trace">
<property name="icon">
<iconset resource="vite.qrc">
<normaloff>:/icon/icon/green_plus.png</normaloff>:/icon/icon/green_plus.png</iconset>
</property>
<property name="text">
<string>&amp;Add trace</string>
</property>
</action>
<action name="close"> <action name="close">
<property name="icon"> <property name="icon">
<iconset resource="vite.qrc"> <iconset resource="vite.qrc">
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
<file>icon/vite.png</file> <file>icon/vite.png</file>
<file>icon/fullscreen_mode.png</file> <file>icon/fullscreen_mode.png</file>
<file>icon/folder_yellow_open.png</file> <file>icon/folder_yellow_open.png</file>
<file>icon/green_plus.png</file>
<file>icon/help_index.png</file> <file>icon/help_index.png</file>
<file>icon/quit.png</file> <file>icon/quit.png</file>
<file>icon/goto_end.png</file> <file>icon/goto_end.png</file>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment