aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms/addressbookpage.ui
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2013-04-12 12:24:41 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2013-04-12 13:13:32 +0200
commit45155d3010a3bbbe3cfbba670538ae18b9772a39 (patch)
treece1a8631df298aef4bda092143651ddf70234769 /src/qt/forms/addressbookpage.ui
parent2aa462ec30c3960ae546e4d8d50fdbaffefef718 (diff)
downloadbitcoin-45155d3010a3bbbe3cfbba670538ae18b9772a39.tar.xz
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.ui14
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>&amp;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">