PIVX Core  5.6.99
P2P Digital Currency
Functions
sendconfirmdialog.cpp File Reference
#include "sendconfirmdialog.h"
#include "ui_sendconfirmdialog.h"
#include "bitcoinunits.h"
#include "guiutil.h"
#include "qtutils.h"
#include "transactionrecord.h"
#include "transactiontablemodel.h"
#include "wallet/wallet.h"
#include "walletmodel.h"
#include <QDateTime>
#include <QList>
Include dependency graph for sendconfirmdialog.cpp:

Go to the source code of this file.

Functions

QString formatAdressToShow (const QString &address)
 
void loadInputs (const QString &leftLabel, const QString &rightLabel, QGridLayout *gridLayoutInput, int pos)
 
void appendOutput (QGridLayout *layoutGrid, int gridPosition, QString labelRes, CAmount nValue, int nDisplayUnit)
 

Function Documentation

◆ appendOutput()

void appendOutput ( QGridLayout *  layoutGrid,
int  gridPosition,
QString  labelRes,
CAmount  nValue,
int  nDisplayUnit 
)

Definition at line 309 of file sendconfirmdialog.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ formatAdressToShow()

QString formatAdressToShow ( const QString &  address)

Definition at line 172 of file sendconfirmdialog.cpp.

Here is the caller graph for this function:

◆ loadInputs()

void loadInputs ( const QString &  leftLabel,
const QString &  rightLabel,
QGridLayout *  gridLayoutInput,
int  pos 
)

Definition at line 249 of file sendconfirmdialog.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: