sea_transport_project/sea_transport/authwindow.h
Andrew nuark G 4aeb0d5722 Some fixes
2020-12-27 20:31:05 +07:00

29 lines
433 B
C++

#ifndef AUTHWINDOW_H
#define AUTHWINDOW_H
#include "system/apparatus.h"
#include "adminpanel.h"
#include "skipperpanel.h"
#include <QMainWindow>
#include <QMessageBox>
namespace Ui {
class AuthWindow;
}
class AuthWindow : public QMainWindow {
Q_OBJECT
public:
explicit AuthWindow(QWidget *parent = nullptr);
~AuthWindow();
private:
Ui::AuthWindow *ui;
void on_auth_requested();
};
#endif // AUTHWINDOW_H