Remove address info while paying request
This commit is contained in:
@@ -64,6 +64,9 @@ void RequestDialog::showPaymentConfirmation(MainWindow* main, QString paymentURI
|
|||||||
// No Addressbook
|
// No Addressbook
|
||||||
req.btnAddressBook->setVisible(false);
|
req.btnAddressBook->setVisible(false);
|
||||||
|
|
||||||
|
// No "address is visible" warning
|
||||||
|
req.lblAddressInfo->setVisible(false);
|
||||||
|
|
||||||
req.txtFrom->setText(payInfo.addr);
|
req.txtFrom->setText(payInfo.addr);
|
||||||
req.txtMemo->setPlainText(payInfo.memo);
|
req.txtMemo->setPlainText(payInfo.memo);
|
||||||
req.txtAmount->setText(payInfo.amt);
|
req.txtAmount->setText(payInfo.amt);
|
||||||
|
|||||||
@@ -189,7 +189,7 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="12" column="1" colspan="3">
|
<item row="12" column="1" colspan="3">
|
||||||
<widget class="QLabel" name="label_4">
|
<widget class="QLabel" name="lblAddressInfo">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>The recipient will see this address in the "to" field when they pay your request.</string>
|
<string>The recipient will see this address in the "to" field when they pay your request.</string>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user