diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-05-04 17:56:29 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-05-07 11:30:23 +0200 |
commit | 356c3cad1a1be4cf84ca79379d9e19e0117cfd64 (patch) | |
tree | ec7444cd8bd1f1ca5ee71720257398541d3aba90 /src/qt/forms/addressbookpage.ui | |
parent | 1210aa435f3518080e1b5e2f79397ff68c4978d0 (diff) |
Make user action more straightforward in address book
- Add all actions that can be triggered with buttons to the context menu
- Hide delete action from context menu for receiving tab
Diffstat (limited to 'src/qt/forms/addressbookpage.ui')
-rw-r--r-- | src/qt/forms/addressbookpage.ui | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/qt/forms/addressbookpage.ui b/src/qt/forms/addressbookpage.ui index b31a9ce997..b732be3ba9 100644 --- a/src/qt/forms/addressbookpage.ui +++ b/src/qt/forms/addressbookpage.ui @@ -29,9 +29,15 @@ </item> <item> <widget class="QTableView" name="tableView"> + <property name="contextMenuPolicy"> + <enum>Qt::CustomContextMenu</enum> + </property> <property name="toolTip"> <string>Double-click to edit address or label</string> </property> + <property name="tabKeyNavigation"> + <bool>false</bool> + </property> <property name="alternatingRowColors"> <bool>true</bool> </property> @@ -71,7 +77,7 @@ <string>Copy the currently selected address to the system clipboard</string> </property> <property name="text"> - <string>&Copy to Clipboard</string> + <string>&Copy Address</string> </property> <property name="icon"> <iconset resource="../bitcoin.qrc"> |