Bitcoin Core  27.99.0
P2P Digital Currency
Functions
util.cpp File Reference
#include <qt/test/util.h>
#include <chrono>
#include <QApplication>
#include <QMessageBox>
#include <QPushButton>
#include <QString>
#include <QTimer>
#include <QWidget>
Include dependency graph for util.cpp:

Go to the source code of this file.

Functions

void ConfirmMessage (QString *text, std::chrono::milliseconds msec)
 Press "Ok" button in message box dialog. More...
 

Function Documentation

◆ ConfirmMessage()

void ConfirmMessage ( QString *  text,
std::chrono::milliseconds  msec 
)

Press "Ok" button in message box dialog.

Parameters
text- Optionally store dialog text.
msec- Number of milliseconds to pause before triggering the callback.

Definition at line 16 of file util.cpp.