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
This commit is contained in:
Wladimir J. van der Laan
2013-10-18 19:42:40 +02:00
parent 33a2febf5d
commit 70b14636cd
9 changed files with 115 additions and 43 deletions

View File

@@ -32,7 +32,7 @@
<item row="0" column="1">
<widget class="QLineEdit" name="labelEdit">
<property name="toolTip">
<string>The label associated with this address book entry</string>
<string>The label associated with this address list entry</string>
</property>
</widget>
</item>
@@ -49,7 +49,7 @@
<item row="1" column="1">
<widget class="QLineEdit" name="addressEdit">
<property name="toolTip">
<string>The address associated with this address book entry. This can only be modified for sending addresses.</string>
<string>The address associated with this address list entry. This can only be modified for sending addresses.</string>
</property>
</widget>
</item>