5 #ifndef PIVX_QT_SENDCUSTOMFEEDIALOG_H
6 #define PIVX_QT_SENDCUSTOMFEEDIALOG_H
27 void showEvent(QShowEvent* event)
override;
42 Ui::SendCustomFeeDialog*
ui;
46 void inform(
const QString& text);
Fee rate in PIV per kilobyte: CAmount / kB.
void inform(const QString &text)
Ui::SendCustomFeeDialog * ui
bool isCustomFeeChecked()
void showEvent(QShowEvent *event) override
WalletModel * walletModel
void onRecommendedChecked()
void onChangeTheme(bool isLightTheme, QString &theme)
SendCustomFeeDialog(PIVXGUI *parent, WalletModel *model)
Interface to PIVX wallet from Qt view code.