basic runner setup changed
This commit is contained in:
@@ -551,7 +551,7 @@
|
||||
</property>
|
||||
<addaction name="actionSimulationSettings"/>
|
||||
<addaction name="actionGraphParameters"/>
|
||||
<addaction name="actionCompile"/>
|
||||
<addaction name="actionCompose"/>
|
||||
<addaction name="actionRunSimulation"/>
|
||||
</widget>
|
||||
<addaction name="menuFile"/>
|
||||
@@ -644,7 +644,7 @@
|
||||
</attribute>
|
||||
<addaction name="actionSimulationSettings"/>
|
||||
<addaction name="actionGraphParameters"/>
|
||||
<addaction name="actionCompile"/>
|
||||
<addaction name="actionCompose"/>
|
||||
<addaction name="actionRunSimulation"/>
|
||||
</widget>
|
||||
<action name="actionSimulationSettings">
|
||||
@@ -671,16 +671,16 @@
|
||||
<string>Edit parameters throughout the active graph</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionCompile">
|
||||
<action name="actionCompose">
|
||||
<property name="icon">
|
||||
<iconset resource="../resources/resources.qrc">
|
||||
<normaloff>:/icons/icons/run-build.png</normaloff>:/icons/icons/run-build.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Compile</string>
|
||||
<string>Compose</string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string>Compile the active graph for simulation</string>
|
||||
<string>Compose the active graph as an OpenModelica model</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>F5</string>
|
||||
|
||||
Reference in New Issue
Block a user