proper modelica text model editing
This commit is contained in:
@@ -552,6 +552,7 @@
|
||||
<addaction name="actionSimulationSettings"/>
|
||||
<addaction name="actionGraphParameters"/>
|
||||
<addaction name="actionCompose"/>
|
||||
<addaction name="actionExportModel"/>
|
||||
<addaction name="actionSimulationWindow"/>
|
||||
<addaction name="actionRunSimulation"/>
|
||||
</widget>
|
||||
@@ -715,6 +716,18 @@
|
||||
<string>Show the simulation results window</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionExportModel">
|
||||
<property name="icon">
|
||||
<iconset resource="../resources/resources.qrc">
|
||||
<normaloff>:/icons/icons/document-save-as.png</normaloff>:/icons/icons/document-save-as.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Export Model…</string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string>Save the composed OpenModelica model to a file</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionNew">
|
||||
<property name="icon">
|
||||
<iconset resource="../resources/resources.qrc">
|
||||
|
||||
Reference in New Issue
Block a user