diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-04-12 12:24:41 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-04-12 13:13:32 +0200 |
commit | 45155d3010a3bbbe3cfbba670538ae18b9772a39 (patch) | |
tree | ce1a8631df298aef4bda092143651ddf70234769 /src/qt/forms/addressbookpage.ui | |
parent | 2aa462ec30c3960ae546e4d8d50fdbaffefef718 (diff) |
qt: move export button to tabs
Having the export button at the top was confusing people into thinking
the entire wallet was exported.
This commit moves the export button to the address book, receiving
addresses and transaction tabs separately.
Diffstat (limited to 'src/qt/forms/addressbookpage.ui')
-rw-r--r-- | src/qt/forms/addressbookpage.ui | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/qt/forms/addressbookpage.ui b/src/qt/forms/addressbookpage.ui index 3cf307384a..a2a7da34dd 100644 --- a/src/qt/forms/addressbookpage.ui +++ b/src/qt/forms/addressbookpage.ui @@ -149,6 +149,20 @@ </spacer> </item> <item> + <widget class="QPushButton" name="exportButton"> + <property name="toolTip"> + <string>Export the data in the current tab to a file</string> + </property> + <property name="text"> + <string>&Export</string> + </property> + <property name="icon"> + <iconset resource="../bitcoin.qrc"> + <normaloff>:/icons/export</normaloff>:/icons/export</iconset> + </property> + </widget> + </item> + <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="sizePolicy"> <sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |