Added file saving.

This commit is contained in:
The Wobbler 2024-11-19 18:32:52 +01:00
parent fd5b46d2e6
commit 362ef5aef4
4 changed files with 37 additions and 2 deletions

View file

@ -38,6 +38,7 @@
<string>File</string>
</property>
<addaction name="openFile"/>
<addaction name="saveFile"/>
</widget>
<addaction name="fileMenu"/>
</widget>
@ -59,6 +60,14 @@
<bool>true</bool>
</property>
</action>
<action name="saveFile">
<property name="text">
<string>Save</string>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</action>
</widget>
<resources/>
<connections/>