Implemented copying files.

This commit is contained in:
The Wobbler 2024-11-30 22:20:49 +01:00
parent b829164f0d
commit ae049233c5
3 changed files with 26 additions and 5 deletions

View file

@ -57,7 +57,9 @@
</property>
<addaction name="newFile"/>
<addaction name="openFile"/>
<addaction name="separator"/>
<addaction name="saveFile"/>
<addaction name="saveFileAs"/>
</widget>
<widget class="QMenu" name="menuEdit">
<property name="locale">
@ -221,6 +223,11 @@
<string>Ctrl+N</string>
</property>
</action>
<action name="saveFileAs">
<property name="text">
<string>Save As</string>
</property>
</action>
</widget>
<resources/>
<connections/>