Bitcoin
Classes | Namespaces | Typedefs | Functions
guiutil.h File Reference
#include <amount.h>
#include <fs.h>
#include <QEvent>
#include <QHeaderView>
#include <QItemDelegate>
#include <QMessageBox>
#include <QObject>
#include <QProgressBar>
#include <QString>
#include <QTableView>
#include <QLabel>

Go to the source code of this file.

Classes

class  GUIUtil::ToolTipToRichTextFilter
 
class  GUIUtil::TableViewLastColumnResizingFixer
 
class  GUIUtil::ClickableLabel
 
class  GUIUtil::ClickableProgressBar
 
class  GUIUtil::ItemDelegate
 

Namespaces

 interfaces
 
 GUIUtil
 

Typedefs

typedef ClickableProgressBar GUIUtil::ProgressBar
 

Functions

QString GUIUtil::dateTimeStr (const QDateTime &date)
 
QString GUIUtil::dateTimeStr (qint64 nTime)
 
QFont GUIUtil::fixedPitchFont ()
 
void GUIUtil::setupAddressWidget (QValidatedLineEdit *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 (interfaces::Node &node, 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)
 
void GUIUtil::setClipboard (const QString &str)
 
QString GUIUtil::getDefaultDataDirectory ()
 
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::isObscured (QWidget *w)
 
void GUIUtil::bringToFront (QWidget *w)
 
void GUIUtil::openDebugLogfile ()
 
bool GUIUtil::openBitcoinConf ()
 
bool GUIUtil::GetStartOnSystemStartup ()
 
bool GUIUtil::SetStartOnSystemStartup (bool fAutoStart)
 
fs::path GUIUtil::qstringToBoostPath (const QString &path)
 
QString GUIUtil::boostPathToQString (const fs::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)
 
QString GUIUtil::formatBytes (uint64_t bytes)
 
qreal GUIUtil::calculateIdealFontSize (int width, const QString &text, QFont font, qreal minPointSize, qreal font_size)
 
void GUIUtil::PolishProgressDialog (QProgressDialog *dialog)