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

This commit is contained in:
Wladimir J. van der Laan
2011-07-02 17:31:27 +02:00
parent c1ffa5b1c5
commit 154e25ff60
5 changed files with 34 additions and 9 deletions

View File

@@ -36,6 +36,7 @@ public:
private:
Ui::AddressBookDialog *ui;
AddressTableModel *model;
Mode mode;
QString returnValue;
QTableView *getCurrentTable();