1 #ifndef DIALOGADDCUSTOMER_H
2 #define DIALOGADDCUSTOMER_H
5 #include "models/customer.h"
7 using namespace Models;
10 class DialogAddCustomer;
58 QSharedPointer<Models::Customer> _custom;
59 Ui::DialogAddCustomer *ui;
63 #endif // DIALOGADDCUSTOMER_H
The DialogAddCustomer class Window to add or modify a Customer.
Definition: dialogaddcustomer.h:20