5 #ifndef PIVX_QT_REQUESTDIALOG_H
6 #define PIVX_QT_REQUESTDIALOG_H
31 void showEvent(QShowEvent *event)
override;
40 Ui::RequestDialog *
ui{
nullptr};
49 void inform(
const QString& text);
RequestDialog(QWidget *parent=nullptr)
void updateQr(const QString &str)
void setWalletModel(WalletModel *model)
WalletModel * walletModel
void showEvent(QShowEvent *event) override
void inform(const QString &text)
void setPaymentRequest(bool _isPaymentRequest)
SendCoinsRecipient * info
Interface to PIVX wallet from Qt view code.