select new address immediately after creation

This commit is contained in:
Wladimir J. van der Laan
2011-08-04 21:31:47 +02:00
parent 2351a3fc9f
commit ffccb56914
3 changed files with 24 additions and 6 deletions

View File

@@ -32,13 +32,16 @@ public:
void accept();
QString getAddress() const;
private:
QString saveCurrentRow();
bool saveCurrentRow();
Ui::EditAddressDialog *ui;
QDataWidgetMapper *mapper;
Mode mode;
AddressTableModel *model;
QString address;
};
#endif // EDITADDRESSDIALOG_H