Finish implementation of address book
This commit is contained in:
@@ -29,10 +29,13 @@ public:
|
||||
|
||||
void setModel(AddressTableModel *model);
|
||||
void loadRow(int row);
|
||||
void saveCurrentRow();
|
||||
|
||||
private:
|
||||
Ui::EditAddressDialog *ui;
|
||||
QDataWidgetMapper *mapper;
|
||||
Mode mode;
|
||||
AddressTableModel *model;
|
||||
};
|
||||
|
||||
#endif // EDITADDRESSDIALOG_H
|
||||
|
||||
Reference in New Issue
Block a user