#65 - Export transactions to CSV

This commit is contained in:
Aditya Kulkarni
2018-12-03 09:50:57 -08:00
parent 06203f86c4
commit 4ed3549a82
6 changed files with 70 additions and 7 deletions

View File

@@ -346,8 +346,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>928</width>
<height>380</height>
<width>920</width>
<height>334</height>
</rect>
</property>
<layout class="QVBoxLayout" name="sendToLayout">
@@ -978,7 +978,7 @@
<x>0</x>
<y>0</y>
<width>968</width>
<height>19</height>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
@@ -989,6 +989,8 @@
<addaction name="actionExport_All_Private_Keys"/>
<addaction name="actionBackup_wallet_dat"/>
<addaction name="separator"/>
<addaction name="actionExport_transactions"/>
<addaction name="separator"/>
<addaction name="actionExit"/>
</widget>
<widget class="QMenu" name="menuHelp">
@@ -1086,6 +1088,11 @@
<string>&amp;Backup wallet.dat</string>
</property>
</action>
<action name="actionExport_transactions">
<property name="text">
<string>Export transactions</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>