PIVX Core  5.6.99
P2P Digital Currency
Functions | Variables
bittoolwidget.cpp File Reference
#include "qt/settings/bittoolwidget.h"
#include "qt/settings/forms/ui_bittoolwidget.h"
#include "qtutils.h"
#include "guiutil.h"
#include "walletmodel.h"
#include "bip38.h"
#include "key_io.h"
#include "wallet/wallet.h"
#include "askpassphrasedialog.h"
#include <string>
#include <vector>
Include dependency graph for bittoolwidget.cpp:

Go to the source code of this file.

Functions

bool isValidPassphrase (QString strPassphrase, QString &strInvalid)
 

Variables

QString specialChar = "\"@!#$%&'()*+,-./:;<=>?`{|}~^_[]\\"
 
QString validChar = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" + specialChar
 

Function Documentation

◆ isValidPassphrase()

bool isValidPassphrase ( QString  strPassphrase,
QString &  strInvalid 
)

Definition at line 118 of file bittoolwidget.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ specialChar

QString specialChar = "\"@!#$%&'()*+,-./:;<=>?`{|}~^_[]\\"

Definition at line 115 of file bittoolwidget.cpp.

◆ validChar

QString validChar = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" + specialChar

Definition at line 116 of file bittoolwidget.cpp.