aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms/addressbookpage.ui
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2013-10-18 19:42:40 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2013-10-25 13:25:25 +0200
commit70b14636cd60529c87b2cc61516f5d1bf49299a5 (patch)
treed2bec1b1e3fa9991320b4e062ffe82a40193e68f /src/qt/forms/addressbookpage.ui
parent33a2febf5de0c7bd73c0ea409584487bd9995643 (diff)
downloadbitcoin-70b14636cd60529c87b2cc61516f5d1bf49299a5.tar.xz
qt: general polish after adding new receive flow
- We no longer have an address book, but "address lists", update message accordingly - Add tooltips here and there - Clarify text on buttons - add Copy Address button to receive request dialog
Diffstat (limited to 'src/qt/forms/addressbookpage.ui')
-rw-r--r--src/qt/forms/addressbookpage.ui18
1 files changed, 6 insertions, 12 deletions
diff --git a/src/qt/forms/addressbookpage.ui b/src/qt/forms/addressbookpage.ui
index 9edaf74023..5a92a455b1 100644
--- a/src/qt/forms/addressbookpage.ui
+++ b/src/qt/forms/addressbookpage.ui
@@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
- <string></string>
+ <string/>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
@@ -60,7 +60,7 @@
<string>Create a new address</string>
</property>
<property name="text">
- <string>&amp;New Address</string>
+ <string>&amp;New</string>
</property>
<property name="icon">
<iconset resource="../bitcoin.qrc">
@@ -74,7 +74,7 @@
<string>Copy the currently selected address to the system clipboard</string>
</property>
<property name="text">
- <string>&amp;Copy Address</string>
+ <string>&amp;Copy</string>
</property>
<property name="icon">
<iconset resource="../bitcoin.qrc">
@@ -124,15 +124,9 @@
</widget>
</item>
<item>
- <widget class="QDialogButtonBox" name="buttonBox">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="standardButtons">
- <set>QDialogButtonBox::Ok</set>
+ <widget class="QPushButton" name="closeButton">
+ <property name="text">
+ <string>C&amp;lose</string>
</property>
</widget>
</item>