![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include "guiutil.h"
#include "bitcoinaddressvalidator.h"
#include "bitcoinunits.h"
#include "qvalidatedlineedit.h"
#include "walletmodel.h"
#include "primitives/transaction.h"
#include "init.h"
#include "validation.h"
#include "protocol.h"
#include "script/script.h"
#include "script/standard.h"
#include "util.h"
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>
#include <boost/scoped_array.hpp>
#include <QAbstractItemView>
#include <QApplication>
#include <QClipboard>
#include <QDateTime>
#include <QDesktopServices>
#include <QDesktopWidget>
#include <QDoubleValidator>
#include <QFileDialog>
#include <QFont>
#include <QLineEdit>
#include <QSettings>
#include <QTextDocument>
#include <QThread>
#include <QMouseEvent>
#include <QUrl>
Go to the source code of this file.
Namespaces | |
GUIUtil | |
Functions | |
QString | GUIUtil::dateTimeStr (const QDateTime &date) |
QString | GUIUtil::dateTimeStr (qint64 nTime) |
QFont | GUIUtil::fixedPitchFont () |
void | GUIUtil::setupAddressWidget (QValidatedLineEdit *widget, QWidget *parent) |
void | GUIUtil::setupAmountWidget (QLineEdit *widget, QWidget *parent) |
bool | GUIUtil::parseBitcoinURI (const QUrl &uri, SendCoinsRecipient *out) |
bool | GUIUtil::parseBitcoinURI (QString uri, SendCoinsRecipient *out) |
QString | GUIUtil::formatBitcoinURI (const SendCoinsRecipient &info) |
bool | GUIUtil::isDust (const QString &address, const CAmount &amount) |
QString | GUIUtil::HtmlEscape (const QString &str, bool fMultiLine) |
QString | GUIUtil::HtmlEscape (const std::string &str, bool fMultiLine) |
void | GUIUtil::copyEntryData (QAbstractItemView *view, int column, int role) |
QList< QModelIndex > | GUIUtil::getEntryData (QAbstractItemView *view, int column) |
QString | GUIUtil::getSaveFileName (QWidget *parent, const QString &caption, const QString &dir, const QString &filter, QString *selectedSuffixOut) |
QString | GUIUtil::getOpenFileName (QWidget *parent, const QString &caption, const QString &dir, const QString &filter, QString *selectedSuffixOut) |
Qt::ConnectionType | GUIUtil::blockingGUIThreadConnection () |
bool | GUIUtil::checkPoint (const QPoint &p, const QWidget *w) |
bool | GUIUtil::isObscured (QWidget *w) |
void | GUIUtil::openDebugLogfile () |
void | GUIUtil::openConfigfile () |
void | GUIUtil::openMNConfigfile () |
void | GUIUtil::showBackups () |
void | GUIUtil::SubstituteFonts (const QString &language) |
bool | GUIUtil::GetStartOnSystemStartup () |
bool | GUIUtil::SetStartOnSystemStartup (bool fAutoStart) |
void | GUIUtil::migrateQtSettings () |
void | GUIUtil::saveWindowGeometry (const QString &strSetting, QWidget *parent) |
void | GUIUtil::restoreWindowGeometry (const QString &strSetting, const QSize &defaultSize, QWidget *parent) |
QString | GUIUtil::getThemeName () |
QString | GUIUtil::loadStyleSheet () |
void | GUIUtil::setClipboard (const QString &str) |
boost::filesystem::path | GUIUtil::qstringToBoostPath (const QString &path) |
QString | GUIUtil::boostPathToQString (const boost::filesystem::path &path) |
QString | GUIUtil::formatDurationStr (int secs) |
QString | GUIUtil::formatServicesStr (quint64 mask) |
QString | GUIUtil::formatPingTime (double dPingTime) |
QString | GUIUtil::formatTimeOffset (int64_t nTimeOffset) |
QString | GUIUtil::formatNiceTimeOffset (qint64 secs) |