aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2011-07-02 18:30:41 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2011-07-02 18:30:41 +0200
commitecde936aeecb7d3cd2450aa84f6fff078ed542fd (patch)
tree737a72fa12e029d7c3b2df37274bc8902d72d1e5 /src/qt/forms
parent154e25ff60115b9ff286b97ffc87d65736593c86 (diff)
downloadbitcoin-ecde936aeecb7d3cd2450aa84f6fff078ed542fd.tar.xz
remove "edit" button, document double-click behaviour to edit
Diffstat (limited to 'src/qt/forms')
-rw-r--r--src/qt/forms/addressbookdialog.ui20
1 files changed, 6 insertions, 14 deletions
diff --git a/src/qt/forms/addressbookdialog.ui b/src/qt/forms/addressbookdialog.ui
index 9bfcb30f46..12ecb13651 100644
--- a/src/qt/forms/addressbookdialog.ui
+++ b/src/qt/forms/addressbookdialog.ui
@@ -29,6 +29,9 @@
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QTableView" name="sendTableView">
+ <property name="toolTip">
+ <string>Double-click to edit address or label</string>
+ </property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
@@ -71,6 +74,9 @@
</item>
<item>
<widget class="QTableView" name="receiveTableView">
+ <property name="toolTip">
+ <string>Double-click to edit address or label</string>
+ </property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
@@ -136,20 +142,6 @@
</widget>
</item>
<item>
- <widget class="QPushButton" name="editButton">
- <property name="toolTip">
- <string>Edit the currently selected address</string>
- </property>
- <property name="text">
- <string>&amp;Edit...</string>
- </property>
- <property name="icon">
- <iconset resource="../bitcoin.qrc">
- <normaloff>:/icons/edit</normaloff>:/icons/edit</iconset>
- </property>
- </widget>
- </item>
- <item>
<widget class="QPushButton" name="deleteButton">
<property name="toolTip">
<string>Delete the currently selected address from the list. Only sending addresses can be deleted.</string>