Added run button and parameter dialog

This commit is contained in:
2026-07-20 18:46:59 +02:00
parent 4cfe7c3a0e
commit 38e3d7aae9
16 changed files with 587 additions and 72 deletions

View File

@@ -633,7 +633,9 @@
<bool>false</bool>
</attribute>
<addaction name="actionSimulationSettings"/>
<addaction name="actionGraphParameters"/>
<addaction name="actionCompile"/>
<addaction name="actionRunSimulation"/>
</widget>
<action name="actionSimulationSettings">
<property name="icon">
@@ -647,6 +649,14 @@
<string>Edit settings stored in the active graph</string>
</property>
</action>
<action name="actionGraphParameters">
<property name="icon">
<iconset resource="../resources/resources.qrc">
<normaloff>:/icons/icons/configure.png</normaloff>:/icons/icons/configure.png</iconset>
</property>
<property name="text"><string>Graph Parameters</string></property>
<property name="statusTip"><string>Edit parameters throughout the active graph</string></property>
</action>
<action name="actionCompile">
<property name="icon">
<iconset resource="../resources/resources.qrc">
@@ -662,6 +672,15 @@
<string>F5</string>
</property>
</action>
<action name="actionRunSimulation">
<property name="icon">
<iconset resource="../resources/resources.qrc">
<normaloff>:/icons/icons/media-playback-start.png</normaloff>:/icons/icons/media-playback-start.png</iconset>
</property>
<property name="text"><string>Run</string></property>
<property name="statusTip"><string>Run the simulation</string></property>
<property name="shortcut"><string>F6</string></property>
</action>
<action name="actionNew">
<property name="icon">
<iconset resource="../resources/resources.qrc">