Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
sendcoinsentry.h
Go to the documentation of this file.
void setValue(const SendCoinsRecipient &value)
Definition: sendcoinsentry.cpp:204
void payAmountChanged()
Definition: addressbookpage.h:12
bool updateLabel(const QString &address)
Definition: sendcoinsentry.cpp:292
void on_payTo_textChanged(const QString &address)
Definition: sendcoinsentry.cpp:77
QWidget * setupTabChain(QWidget *prev)
Set up the tab chain manually, as Qt messes up the tab chain by default in some cases (issue https://...
Definition: sendcoinsentry.cpp:192
Definition: walletmodel.h:39
void removeEntry(SendCoinsEntry *entry)
void checkSubtractFeeFromAmount()
Definition: sendcoinsentry.cpp:122
bool isClear()
Return whether the entry is still empty and unedited.
Definition: sendcoinsentry.cpp:253
void subtractFeeFromAmountChanged()
void on_pasteButton_clicked()
Definition: sendcoinsentry.cpp:58
void on_addressBookButton_clicked()
Definition: sendcoinsentry.cpp:64
void useAvailableBalance(SendCoinsEntry *entry)
void useAvailableBalanceClicked()
Definition: sendcoinsentry.cpp:132
void setButtonIcons()
Set required icons for buttons inside the dialog.
Definition: sendcoinsentry.cpp:283