Implemented the creation of new files.

This commit is contained in:
The Wobbler 2024-11-30 21:58:02 +01:00
parent b4792df599
commit 047fcbe856
3 changed files with 31 additions and 0 deletions

View file

@ -55,6 +55,7 @@
<property name="title">
<string>File</string>
</property>
<addaction name="newFile"/>
<addaction name="openFile"/>
<addaction name="saveFile"/>
</widget>
@ -207,6 +208,19 @@
<string>New</string>
</property>
</action>
<action name="actionOpen">
<property name="text">
<string>Open</string>
</property>
</action>
<action name="newFile">
<property name="text">
<string>New</string>
</property>
<property name="shortcut">
<string>Ctrl+N</string>
</property>
</action>
</widget>
<resources/>
<connections/>