monospace font for bitcoin addresses

This commit is contained in:
Wladimir J. van der Laan
2011-06-01 20:08:21 +02:00
parent df6dfb4ab8
commit ef1b844e7b
6 changed files with 40 additions and 10 deletions

View File

@@ -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;