5 #ifndef BITCOIN_QT_EDITADDRESSDIALOG_H     6 #define BITCOIN_QT_EDITADDRESSDIALOG_H    17 class QDataWidgetMapper;
    51     Ui::EditAddressDialog *
ui;
    59 #endif // BITCOIN_QT_EDITADDRESSDIALOG_H 
EditAddressDialog(Mode mode, QWidget *parent=0)
 
void setModel(AddressTableModel *model)
 
QDataWidgetMapper * mapper
 
Qt model of the address book in the core. 
 
AddressTableModel * model
 
void setAddress(const QString &address)
 
Dialog for editing an address and associated information. 
 
QString getAddress() const
 
Ui::EditAddressDialog * ui
 
QString getDuplicateAddressWarning() const
Return a descriptive string when adding an already-existing address fails.