Browse Source

remove "edit" button, document double-click behaviour to edit

0.8
Wladimir J. van der Laan 13 years ago
parent
commit
ecde936aee
  1. 20
      src/qt/forms/addressbookdialog.ui

20
src/qt/forms/addressbookdialog.ui

@ -29,6 +29,9 @@ @@ -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 @@ @@ -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>
@ -135,20 +141,6 @@ @@ -135,20 +141,6 @@
</property>
</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">

Loading…
Cancel
Save