mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 07:28:59 +01:00
[qt] Add use available balance in send coins dialog
This commit is contained in:
@@ -38,6 +38,7 @@ public:
|
||||
|
||||
void setValue(const SendCoinsRecipient &value);
|
||||
void setAddress(const QString &address);
|
||||
void setAmount(const CAmount &amount);
|
||||
|
||||
/** Set up the tab chain manually, as Qt messes up the tab chain by default in some cases
|
||||
* (issue https://bugreports.qt-project.org/browse/QTBUG-10907).
|
||||
@@ -48,14 +49,17 @@ public:
|
||||
|
||||
public Q_SLOTS:
|
||||
void clear();
|
||||
void checkSubtractFeeFromAmount();
|
||||
|
||||
Q_SIGNALS:
|
||||
void removeEntry(SendCoinsEntry *entry);
|
||||
void useAvailableBalance(SendCoinsEntry* entry);
|
||||
void payAmountChanged();
|
||||
void subtractFeeFromAmountChanged();
|
||||
|
||||
private Q_SLOTS:
|
||||
void deleteClicked();
|
||||
void useAvailableBalanceClicked();
|
||||
void on_payTo_textChanged(const QString &address);
|
||||
void on_addressBookButton_clicked();
|
||||
void on_pasteButton_clicked();
|
||||
|
||||
Reference in New Issue
Block a user