new runner layout, still todo
This commit is contained in:
@@ -545,9 +545,19 @@
|
||||
<addaction name="actionAbout"/>
|
||||
<addaction name="actionAboutQt"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuSimulation">
|
||||
<property name="title">
|
||||
<string>Simulation</string>
|
||||
</property>
|
||||
<addaction name="actionSimulationSettings"/>
|
||||
<addaction name="actionGraphParameters"/>
|
||||
<addaction name="actionCompile"/>
|
||||
<addaction name="actionRunSimulation"/>
|
||||
</widget>
|
||||
<addaction name="menuFile"/>
|
||||
<addaction name="menuEdit"/>
|
||||
<addaction name="menuView"/>
|
||||
<addaction name="menuSimulation"/>
|
||||
<addaction name="menuHelp"/>
|
||||
</widget>
|
||||
<widget class="QToolBar" name="fileToolbar">
|
||||
@@ -654,8 +664,12 @@
|
||||
<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>
|
||||
<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">
|
||||
@@ -677,9 +691,15 @@
|
||||
<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>
|
||||
<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">
|
||||
|
||||
Reference in New Issue
Block a user