![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#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>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) |
| void appendOutput | ( | QGridLayout * | layoutGrid, |
| int | gridPosition, | ||
| QString | labelRes, | ||
| CAmount | nValue, | ||
| int | nDisplayUnit | ||
| ) |
Definition at line 309 of file sendconfirmdialog.cpp.
| QString formatAdressToShow | ( | const QString & | address | ) |
| void loadInputs | ( | const QString & | leftLabel, |
| const QString & | rightLabel, | ||
| QGridLayout * | gridLayoutInput, | ||
| int | pos | ||
| ) |
Definition at line 249 of file sendconfirmdialog.cpp.