Added run button and parameter dialog
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user