diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-07-02 18:30:41 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-07-02 18:30:41 +0200 |
| commit | ecde936aeecb7d3cd2450aa84f6fff078ed542fd (patch) | |
| tree | 737a72fa12e029d7c3b2df37274bc8902d72d1e5 /src | |
| parent | ui improvements: allow inline editing of labels/addresses in address book tab... (diff) | |
| download | discoin-ecde936aeecb7d3cd2450aa84f6fff078ed542fd.tar.xz discoin-ecde936aeecb7d3cd2450aa84f6fff078ed542fd.zip | |
remove "edit" button, document double-click behaviour to edit
Diffstat (limited to 'src')
| -rw-r--r-- | src/qt/forms/addressbookdialog.ui | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/src/qt/forms/addressbookdialog.ui b/src/qt/forms/addressbookdialog.ui index 9bfcb30f4..12ecb1365 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>&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> |