Delivery point editor done
This commit is contained in:
parent
a6c080d36b
commit
3e196f3574
22 changed files with 379 additions and 74 deletions
|
|
@ -3,6 +3,9 @@
|
|||
|
||||
CargoEditDialog::CargoEditDialog(QWidget *parent) : QDialog(parent), ui(new Ui::CargoEditDialog) {
|
||||
ui->setupUi(this);
|
||||
|
||||
connect(ui->pb_save, &QPushButton::clicked, this, &CargoEditDialog::accept);
|
||||
connect(ui->pb_discard, &QPushButton::clicked, this, &CargoEditDialog::reject);
|
||||
}
|
||||
|
||||
CargoEditDialog::~CargoEditDialog() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue