Implemented copying files.
This commit is contained in:
parent
b829164f0d
commit
ae049233c5
3 changed files with 26 additions and 5 deletions
|
@ -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/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue