Add tooltips, make "amount" entry consistent in Options dialog

This commit is contained in:
Wladimir J. van der Laan
2011-06-11 12:46:09 +02:00
parent 4181184acf
commit 5e1feddcb6
7 changed files with 82 additions and 13 deletions

View File

@@ -40,10 +40,18 @@
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="labelEdit"/>
<widget class="QLineEdit" name="labelEdit">
<property name="toolTip">
<string>The label associated with this address book entry</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="addressEdit"/>
<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>
</property>
</widget>
</item>
</layout>
</item>