sea_transport_project/sea_transport/skipperpanel.h
2020-12-27 19:47:23 +07:00

22 lines
317 B
C++

#ifndef SKIPPERPANEL_H
#define SKIPPERPANEL_H
#include <QMainWindow>
namespace Ui {
class SkipperPanel;
}
class SkipperPanel : public QMainWindow
{
Q_OBJECT
public:
explicit SkipperPanel(QWidget *parent = nullptr);
~SkipperPanel();
private:
Ui::SkipperPanel *ui;
};
#endif // SKIPPERPANEL_H