5 #ifndef BITCOIN_QT_EDITADDRESSDIALOG_H 6 #define BITCOIN_QT_EDITADDRESSDIALOG_H 17 class QDataWidgetMapper;
37 void loadRow(
int row);
39 QString getAddress()
const;
40 void setAddress(
const QString &address);
43 void accept()
override;
46 bool saveCurrentRow();
49 QString getDuplicateAddressWarning()
const;
51 Ui::EditAddressDialog *
ui;
59 #endif // BITCOIN_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