5 #ifndef BITCOIN_QT_EDITADDRESSDIALOG_H 6 #define BITCOIN_QT_EDITADDRESSDIALOG_H 17 class QDataWidgetMapper;
33 void loadRow(
int row);
35 QString getAddress()
const;
36 void setAddress(
const QString &address);
39 void accept()
override;
42 bool saveCurrentRow();
48 QString getDuplicateAddressWarning()
const;
50 Ui::EditAddressDialog *
ui;
58 #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