Add backup wallet option

This commit is contained in:
adityapk00
2018-11-18 18:55:24 -08:00
parent b572dfadef
commit 0bce364f0b
6 changed files with 41 additions and 8 deletions

View File

@@ -316,8 +316,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>920</width>
<height>334</height>
<width>928</width>
<height>380</height>
</rect>
</property>
<layout class="QVBoxLayout" name="sendToLayout">
@@ -849,7 +849,7 @@
<x>0</x>
<y>0</y>
<width>968</width>
<height>22</height>
<height>19</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
@@ -858,6 +858,7 @@
</property>
<addaction name="actionImport_Private_Key"/>
<addaction name="actionExport_All_Private_Keys"/>
<addaction name="actionBackup_wallet_dat"/>
<addaction name="separator"/>
<addaction name="actionExit"/>
</widget>
@@ -932,7 +933,7 @@
</action>
<action name="actionExport_All_Private_Keys">
<property name="text">
<string>Export all private keys</string>
<string>&amp;Export all private keys</string>
</property>
</action>
<action name="actionz_board_net">
@@ -951,6 +952,11 @@
<string>Ctrl+B</string>
</property>
</action>
<action name="actionBackup_wallet_dat">
<property name="text">
<string>&amp;Backup wallet.dat</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>