6 #ifndef RAVEN_QT_EDITADDRESSDIALOG_H 7 #define RAVEN_QT_EDITADDRESSDIALOG_H 18 class QDataWidgetMapper;
39 void loadRow(
int row);
41 QString getAddress()
const;
42 void setAddress(
const QString &address);
48 bool saveCurrentRow();
50 Ui::EditAddressDialog *
ui;
58 #endif // RAVEN_QT_EDITADDRESSDIALOG_H
QDataWidgetMapper * mapper
Qt model of the address book in the core.
AddressTableModel * model
Dialog for editing an address and associated information.
Ui::EditAddressDialog * ui