5 #ifndef PIVX_QT_SENDMULTIROW_H
6 #define PIVX_QT_SENDMULTIROW_H
12 #include <QPushButton>
88 Ui::SendMultiRow *
ui{
nullptr};
int64_t CAmount
Amount in PIV (Can be negative)
SendCoinsRecipient recipient
bool onlyStakingAddressAccepted
void amountChanged(const QString &)
SendCoinsRecipient getValue()
void loadWalletModel() override
void setLabel(const QString &label)
void resizeEvent(QResizeEvent *event) override
void removeEntry(SendMultiRow *entry)
bool addressChanged(const QString &, bool fOnlyValidate=false)
void toggleSubtractFeeFromAmount()
virtual void enterEvent(QEvent *) override
void setNumber(int number)
void onUriParsed(const SendCoinsRecipient &rcp)
bool getSubtractFeeFromAmount() const
void setAmount(const QString &amount)
void setAddressAndLabelOrDescription(const QString &address, const QString &message)
void onMenuClicked(SendMultiRow *entry)
void onContactsClicked(SendMultiRow *entry)
virtual void leaveEvent(QEvent *) override
void setOnlyStakingAddressAccepted(bool onlyStakingAddress)
bool isClear()
Return whether the entry is still empty and unedited.
SendMultiRow(PIVXGUI *_window, PWidget *parent=nullptr)
void setAddress(const QString &address)
Interface to PIVX wallet from Qt view code.