10 #include <QMessageBox> 11 #include <QPushButton> 43 QMessageBox::information(
this, tr(
"PrivateSend Configuration"),
45 "PrivateSend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen." 58 QMessageBox::information(
this, tr(
"PrivateSend Configuration"),
60 "PrivateSend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen." 73 QMessageBox::information(
this, tr(
"PrivateSend Configuration"),
75 "PrivateSend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen." 86 settings.setValue(
"nPrivateSendRounds", rounds);
87 settings.setValue(
"nPrivateSendAmount", coins);
static const CAmount COIN
DarksendConfig(QWidget *parent=0)
static QString formatWithUnit(int unit, const CAmount &amount, bool plussign=false, SeparatorStyle separators=separatorStandard)
Format as string (with unit)
void configure(bool enabled, int coins, int rounds)
QPushButton * buttonBasic
OptionsModel * getOptionsModel()
CPrivateSendClient privateSendClient
void setModel(WalletModel *model)
void setupUi(QDialog *DarksendConfig)