16 #include <QApplication> 20 QStackedWidget(parent),
23 platformStyle(platformStyle)
31 #if QT_VERSION >= 0x040700 32 ui->
addAsLabel->setPlaceholderText(tr(
"Enter a label for this address to add it to your address book"));
39 ui->
pasteButton->setIcon(QIcon(
":/icons/" + theme +
"/editpaste"));
65 ui->
payTo->setText(QApplication::clipboard()->text());
181 QWidget::setTabOrder(prev,
ui->
payTo);
263 if(!associatedLabel.isEmpty())
void subtractFeeFromAmountChanged()
QLabel * messageTextLabel
void removeEntry(SendCoinsEntry *entry)
QValidatedLineEdit * payTo
SendCoinsEntry(const PlatformStyle *platformStyle, QWidget *parent=0)
QToolButton * addressBookButton
QToolButton * deleteButton
void setupUi(QStackedWidget *SendCoinsEntry)
QHBoxLayout * payToLayout
bool IsInitialized() const
BitcoinAmountField * payAmount_is
BitcoinAmountField * payAmount_s
QCheckBox * checkboxSubtractFeeFromAmount
bool fSubtractFeeFromAmount
void setupAddressWidget(QValidatedLineEdit *widget, QWidget *parent)
bool updateLabel(const QString &address)
void setValue(const SendCoinsRecipient &value)
SendCoinsRecipient getValue()
void setDisplayUnit(int unit)
QToolButton * deleteButton_s
QFrame * SendCoins_AuthenticatedPaymentRequest
QFrame * SendCoins_UnauthenticatedPaymentRequest
QString labelForAddress(const QString &address) const
void setAddress(const QString &address)
SendCoinsRecipient recipient
bool isDust(const QString &address, const CAmount &amount)
OptionsModel * getOptionsModel()
void setValid(bool valid)
QToolButton * deleteButton_is
QToolButton * pasteButton
QWidget * setupTabChain(QWidget *prev)
bool validateAddress(const QString &address)
void on_pasteButton_clicked()
PaymentRequestPlus paymentRequest
void on_addressBookButton_clicked()
const QString & getReturnValue() const
void setValid(bool valid)
void setModel(WalletModel *model)
QString authenticatedMerchant
const PlatformStyle * platformStyle
void on_payTo_textChanged(const QString &address)
BitcoinAmountField * payAmount
QWidget * setupTabChain(QWidget *prev)
void setValue(const CAmount &value)
AddressTableModel * getAddressTableModel()
QLabel * memoTextLabel_is
void setReadOnly(bool fReadOnly)
void setModel(AddressTableModel *model)