void setValue(const SendCoinsRecipient &value)
 
SendCoinsRecipient getValue()
 
void setAddress(const QString &address)
 
bool updateLabel(const QString &address)
 
void on_payTo_textChanged(const QString &address)
 
A single entry in the dialog for sending bitcoins. 
 
QWidget * setupTabChain(QWidget *prev)
Set up the tab chain manually, as Qt messes up the tab chain by default in some cases (issue https://...
 
bool validate(interfaces::Node &node)
 
void removeEntry(SendCoinsEntry *entry)
 
void checkSubtractFeeFromAmount()
 
bool isClear()
Return whether the entry is still empty and unedited. 
 
void subtractFeeFromAmountChanged()
 
void on_pasteButton_clicked()
 
SendCoinsRecipient recipient
 
void setAmount(const CAmount &amount)
 
void on_addressBookButton_clicked()
 
void setModel(WalletModel *model)
 
void useAvailableBalance(SendCoinsEntry *entry)
 
SendCoinsEntry(const PlatformStyle *platformStyle, QWidget *parent=0)
 
const PlatformStyle * platformStyle
 
void useAvailableBalanceClicked()