project actions (set as startup, build, run and close)

This commit is contained in:
2021-05-20 21:06:24 +03:00
parent e3f19521be
commit 83cf72d9a3
3 changed files with 100 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>386</width>
<width>437</width>
<height>390</height>
</rect>
</property>
@@ -126,6 +126,26 @@
<string>Open terminal ...</string>
</property>
</action>
<action name="actionSet_as_startup">
<property name="text">
<string>Set as startup</string>
</property>
</action>
<action name="actionBuild">
<property name="text">
<string>Build</string>
</property>
</action>
<action name="actionRun">
<property name="text">
<string>Run</string>
</property>
</action>
<action name="actionClose_project">
<property name="text">
<string>Close project</string>
</property>
</action>
</widget>
<resources>
<include location="projectfilesystem.qrc"/>