Include icon

This commit is contained in:
Aditya Kulkarni
2019-03-25 15:57:50 -07:00
parent 56737f50dd
commit 5afd6eddea
2 changed files with 51 additions and 21 deletions

View File

@@ -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