#include <sendcoinsdialog.h>
|
| | 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) |
| |
| int | exec () override |
| |
Definition at line 132 of file sendcoinsdialog.h.
◆ SendConfirmationDialog()
| SendConfirmationDialog::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 |
|
) |
| |
◆ countDown
| void SendConfirmationDialog::countDown |
( |
| ) |
|
|
privateslot |
◆ exec()
| int SendConfirmationDialog::exec |
( |
| ) |
|
|
override |
◆ updateButtons
| void SendConfirmationDialog::updateButtons |
( |
| ) |
|
|
privateslot |
◆ confirmButtonText
| QString SendConfirmationDialog::confirmButtonText {tr("Send")} |
|
private |
◆ countDownTimer
| QTimer SendConfirmationDialog::countDownTimer |
|
private |
◆ m_enable_send
| bool SendConfirmationDialog::m_enable_send |
|
private |
◆ m_psbt_button
| QAbstractButton* SendConfirmationDialog::m_psbt_button |
|
private |
◆ m_psbt_button_text
| QString SendConfirmationDialog::m_psbt_button_text {tr("Create Unsigned")} |
|
private |
◆ secDelay
| int SendConfirmationDialog::secDelay |
|
private |
◆ yesButton
| QAbstractButton* SendConfirmationDialog::yesButton |
|
private |
The documentation for this class was generated from the following files: