2011-05-27 18:38:30 +02:00
|
|
|
#ifndef GUIUTIL_H
|
|
|
|
#define GUIUTIL_H
|
|
|
|
|
|
|
|
#include <QString>
|
2011-06-01 20:08:21 +02:00
|
|
|
#include <QFont>
|
2011-05-27 18:38:30 +02:00
|
|
|
|
|
|
|
QString DateTimeStr(qint64 nTime);
|
2011-06-01 20:08:21 +02:00
|
|
|
/* Render bitcoin addresses in monospace font */
|
|
|
|
QFont bitcoinAddressFont();
|
2011-05-27 18:38:30 +02:00
|
|
|
|
|
|
|
#endif // GUIUTIL_H
|