5 #ifndef FABCOIN_QT_EDITADDRESSDIALOG_H 6 #define FABCOIN_QT_EDITADDRESSDIALOG_H 17 class QDataWidgetMapper;
38 void loadRow(
int row);
40 QString getAddress()
const;
41 void setAddress(
const QString &
address);
47 bool saveCurrentRow();
57 #endif // FABCOIN_QT_EDITADDRESSDIALOG_H
QDataWidgetMapper * mapper
Qt model of the address book in the core.
AddressTableModel * model
Dialog for editing an address and associated information.
struct evm_uint160be address(struct evm_env *env)
Ui::EditAddressDialog * ui