Added file saving.
This commit is contained in:
parent
fd5b46d2e6
commit
362ef5aef4
4 changed files with 37 additions and 2 deletions
|
@ -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/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue