diff --git a/src/requestdialog.cpp b/src/requestdialog.cpp index 116745a..e0fd53d 100644 --- a/src/requestdialog.cpp +++ b/src/requestdialog.cpp @@ -38,6 +38,9 @@ void RequestDialog::setupDialog(MainWindow* main, QDialog* d, Ui_RequestDialog* } } req->cmbMyAddress->setCurrentText(main->getRPC()->getDefaultSaplingAddress()); + + QIcon icon(":/icons/res/paymentreq.gif"); + req->label_5->setPixmap(icon.pixmap(48, 48)); } // Static method that shows an incoming payment request and prompts the user to pay it diff --git a/src/requestdialog.ui b/src/requestdialog.ui index 304303e..b7ec07e 100644 --- a/src/requestdialog.ui +++ b/src/requestdialog.ui @@ -14,10 +14,10 @@ Payment Request - + - + @@ -41,28 +41,28 @@ - + Qt::Horizontal - + Request From - + My Address - + color: red; @@ -72,21 +72,21 @@ - + Amount in - + - + Qt::Horizontal @@ -96,7 +96,14 @@ - + + + + + + + + @@ -112,7 +119,14 @@ - + + + + Qt::Horizontal + + + + @@ -122,7 +136,7 @@ - + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter @@ -132,14 +146,14 @@ - + Qt::Horizontal - + The recipient will see this address in the "to" field when they pay your request. @@ -149,7 +163,7 @@ - + 0 / 512 @@ -159,7 +173,7 @@ - + Amount USD @@ -169,7 +183,7 @@ - + Qt::Vertical @@ -182,17 +196,30 @@ - + Memo - - + + - + TextLabel + + + Qt::AlignCenter + + + + + + + Request payment from a Sapling address. You'll send a ZEC 0.0001 transaction to the address with a zcash payment URI. The memo will be included in the transaction when the address pays you. + + + true