sea_transport_project/sea_transport/authwindow.h
2020-12-18 17:40:22 +07:00

22 lines
297 B
C++

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