diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-07-02 13:45:59 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-07-02 13:45:59 +0200 |
commit | ebff5c40a234f38429965c391da020bbf8312b1b (patch) | |
tree | c37239c253c74dc4c2f73838e2d6ae9edad31ed7 /src/qt/forms | |
parent | 05da981f05d7b2e1551345a042d3379e9244f09b (diff) |
Send: dialog redesign (automatically look up label for entered address)
Diffstat (limited to 'src/qt/forms')
-rw-r--r-- | src/qt/forms/addressbookdialog.ui | 2 | ||||
-rw-r--r-- | src/qt/forms/editaddressdialog.ui | 25 | ||||
-rw-r--r-- | src/qt/forms/sendcoinsdialog.ui | 31 |
3 files changed, 28 insertions, 30 deletions
diff --git a/src/qt/forms/addressbookdialog.ui b/src/qt/forms/addressbookdialog.ui index d99651d6ab..9bfcb30f46 100644 --- a/src/qt/forms/addressbookdialog.ui +++ b/src/qt/forms/addressbookdialog.ui @@ -59,7 +59,7 @@ <item> <widget class="QLabel" name="label"> <property name="text"> - <string>These are your Bitcoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. The highlighted address is your default receiving address.</string> + <string>These are your Bitcoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you.</string> </property> <property name="textFormat"> <enum>Qt::AutoText</enum> diff --git a/src/qt/forms/editaddressdialog.ui b/src/qt/forms/editaddressdialog.ui index 95909fb964..b4a4c1b1e9 100644 --- a/src/qt/forms/editaddressdialog.ui +++ b/src/qt/forms/editaddressdialog.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>458</width> - <height>114</height> + <width>457</width> + <height>126</height> </rect> </property> <property name="windowTitle"> @@ -29,6 +29,13 @@ </property> </widget> </item> + <item row="0" column="1"> + <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="0"> <widget class="QLabel" name="label_2"> <property name="text"> @@ -39,13 +46,6 @@ </property> </widget> </item> - <item row="0" column="1"> - <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"> <property name="toolTip"> @@ -53,13 +53,6 @@ </property> </widget> </item> - <item row="2" column="1"> - <widget class="QCheckBox" name="setAsDefault"> - <property name="text"> - <string>Set as default receiving address</string> - </property> - </widget> - </item> </layout> </item> <item> diff --git a/src/qt/forms/sendcoinsdialog.ui b/src/qt/forms/sendcoinsdialog.ui index 3641f61eca..59599f2e5b 100644 --- a/src/qt/forms/sendcoinsdialog.ui +++ b/src/qt/forms/sendcoinsdialog.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>660</width> - <height>151</height> + <height>193</height> </rect> </property> <property name="windowTitle"> @@ -123,27 +123,33 @@ <number>0</number> </property> <item> - <widget class="QCheckBox" name="addToAddressBook"> - <property name="toolTip"> - <string>Add specified destination address to address book</string> - </property> - <property name="text"> - <string>A&dd to address book as</string> - </property> - </widget> - </item> - <item> <widget class="QLineEdit" name="addAsLabel"> <property name="enabled"> - <bool>false</bool> + <bool>true</bool> </property> <property name="toolTip"> <string>Label to add address as</string> </property> + <property name="placeholderText"> + <string>Enter a label for this address to add it to your address book</string> + </property> </widget> </item> </layout> </item> + <item row="4" column="0"> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>&Label:</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + <property name="buddy"> + <cstring>addAsLabel</cstring> + </property> + </widget> + </item> </layout> </item> <item> @@ -221,7 +227,6 @@ </customwidgets> <tabstops> <tabstop>payTo</tabstop> - <tabstop>addToAddressBook</tabstop> <tabstop>addAsLabel</tabstop> <tabstop>payAmount</tabstop> <tabstop>addressBookButton</tabstop> |