diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-07-02 17:31:27 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-07-02 17:31:27 +0200 |
commit | 154e25ff60115b9ff286b97ffc87d65736593c86 (patch) | |
tree | c50725d46c76cbf90dd497d0abb12c9b6c891bff /src/qt/addresstablemodel.h | |
parent | c1ffa5b1c5d79a6c52547ff58292c571c2bc3952 (diff) |
ui improvements: allow inline editing of labels/addresses in address book table, better tab order in send dialog, set focus on sending address table when coming from send coins dialog
Diffstat (limited to 'src/qt/addresstablemodel.h')
-rw-r--r-- | src/qt/addresstablemodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/addresstablemodel.h b/src/qt/addresstablemodel.h index b509481e52..6f34a60061 100644 --- a/src/qt/addresstablemodel.h +++ b/src/qt/addresstablemodel.h @@ -34,6 +34,7 @@ public: QVariant headerData(int section, Qt::Orientation orientation, int role) const; QModelIndex index(int row, int column, const QModelIndex & parent) const; bool removeRows(int row, int count, const QModelIndex & parent = QModelIndex()); + Qt::ItemFlags flags(const QModelIndex & index) const; /* Add an address to the model. Returns the added address on success, and an empty string otherwise. |