monospace font for bitcoin addresses
This commit is contained in:
@@ -29,7 +29,9 @@ public:
|
||||
int columnCount(const QModelIndex &parent) const;
|
||||
QVariant data(const QModelIndex &index, int role) const;
|
||||
QVariant headerData(int section, Qt::Orientation orientation, int role) const;
|
||||
QModelIndex index ( int row, int column, const QModelIndex & parent ) const;
|
||||
QModelIndex index(int row, int column, const QModelIndex & parent) const;
|
||||
|
||||
void updateList();
|
||||
private:
|
||||
AddressTablePriv *priv;
|
||||
QStringList columns;
|
||||
|
||||
@@ -2,7 +2,10 @@
|
||||
#define GUIUTIL_H
|
||||
|
||||
#include <QString>
|
||||
#include <QFont>
|
||||
|
||||
QString DateTimeStr(qint64 nTime);
|
||||
/* Render bitcoin addresses in monospace font */
|
||||
QFont bitcoinAddressFont();
|
||||
|
||||
#endif // GUIUTIL_H
|
||||
|
||||
Reference in New Issue
Block a user