5 #ifndef BITCOIN_QT_SENDCOINSDIALOG_H 6 #define BITCOIN_QT_SENDCOINSDIALOG_H 12 #include <QMessageBox> 67 Ui::SendCoinsDialog *
ui;
84 bool PrepareSendText(QString& question_string, QString& informative_text, QString& detailed_text);
121 void message(
const QString &title,
const QString &
message,
unsigned int style);
125 #define SEND_CONFIRM_DELAY 3 132 SendConfirmationDialog(
const QString& title,
const QString& text,
const QString& informative_text =
"",
const QString& detailed_text =
"",
int secDelay =
SEND_CONFIRM_DELAY,
bool enable_send =
true,
bool always_show_unsigned =
true, QWidget* parent =
nullptr);
151 #endif // BITCOIN_QT_SENDCOINSDIALOG_H
bool signWithExternalSigner(PartiallySignedTransaction &psbt, CMutableTransaction &mtx, bool &complete)
void removeEntry(SendCoinsEntry *entry)
SynchronizationState
Current sync state passed to tip changed callbacks.
void presentPSBT(PartiallySignedTransaction &psbt)
void sendButtonClicked(bool checked)
void updateFeeMinimizedLabel()
void on_buttonChooseFee_clicked()
wallet::CCoinControl * getCoinControl()
void coinControlClipboardQuantity()
void coinControlClipboardAfterFee()
#define SEND_CONFIRM_DELAY
bool handlePaymentRequest(const SendCoinsRecipient &recipient)
A version of CTransaction with the PSBT format.
A single entry in the dialog for sending bitcoins.
void coinControlFeatureChanged(bool)
std::unique_ptr< wallet::CCoinControl > m_coin_control
std::unique_ptr< WalletModelTransaction > m_current_transaction
QWidget * setupTabChain(QWidget *prev)
Set up the tab chain manually, as Qt messes up the tab chain by default in some cases (issue https://...
SendCoinsEntry * addEntry()
void setBalance(const interfaces::WalletBalances &balances)
void setAddress(const QString &address)
void coinControlClipboardChange()
Collection of wallet balances.
void useAvailableBalance(SendCoinsEntry *entry)
void setClientModel(ClientModel *clientModel)
ClientModel * clientModel
void updateCoinControlState()
Dialog for sending bitcoins.
void coinControlChangeEdited(const QString &)
Model for Bitcoin network client.
void coinControlUpdateLabels()
void setModel(WalletModel *model)
SendCoinsDialog(const PlatformStyle *platformStyle, QWidget *parent=nullptr)
SendConfirmationDialog(const QString &title, const QString &text, const QString &informative_text="", const QString &detailed_text="", int secDelay=SEND_CONFIRM_DELAY, bool enable_send=true, bool always_show_unsigned=true, QWidget *parent=nullptr)
void minimizeFeeSection(bool fMinimize)
void updateFeeSectionControls()
void updateSmartFeeLabel()
bool PrepareSendText(QString &question_string, QString &informative_text, QString &detailed_text)
QString confirmButtonText
void updateTabsAndLabels()
Interface to Bitcoin wallet from Qt view code.
void processSendCoinsReturn(const WalletModel::SendCoinsReturn &sendCoinsReturn, const QString &msgArg=QString())
void coinControlClipboardBytes()
A mutable version of CTransaction.
const PlatformStyle * platformStyle
void coinControlClipboardAmount()
void on_buttonMinimizeFee_clicked()
QString m_psbt_button_text
void pasteEntry(const SendCoinsRecipient &rv)
QAbstractButton * yesButton
void message(const QString &title, const QString &message, unsigned int style)
void coinsSent(const uint256 &txid)
QAbstractButton * m_psbt_button
bool fNewRecipientAllowed
void coinControlButtonClicked()
void coinControlClipboardFee()
void updateNumberOfBlocks(int count, const QDateTime &blockDate, double nVerificationProgress, SyncType synctype, SynchronizationState sync_state)
void coinControlChangeChecked(int)