Move project in sub
This commit is contained in:
parent
f868166756
commit
ec1af1b8e5
43 changed files with 358 additions and 2 deletions
22
sea_transport/deliverypointeditdialog.h
Normal file
22
sea_transport/deliverypointeditdialog.h
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
#ifndef DELIVERYPOINTEDITDIALOG_H
|
||||
#define DELIVERYPOINTEDITDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
namespace Ui {
|
||||
class DeliveryPointEditDialog;
|
||||
}
|
||||
|
||||
class DeliveryPointEditDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit DeliveryPointEditDialog(QWidget *parent = nullptr);
|
||||
~DeliveryPointEditDialog();
|
||||
|
||||
private:
|
||||
Ui::DeliveryPointEditDialog *ui;
|
||||
};
|
||||
|
||||
#endif // DELIVERYPOINTEDITDIALOG_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue