mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
report upgrade 0
This commit is contained in:
25
LibInstructorsAndTrainees/tasks/reportfimwidget.h
Normal file
25
LibInstructorsAndTrainees/tasks/reportfimwidget.h
Normal file
@@ -0,0 +1,25 @@
|
||||
#ifndef REPORTFIMWIDGET_H
|
||||
#define REPORTFIMWIDGET_H
|
||||
|
||||
#include <QWidget>
|
||||
#include "tasksAmmFim.h"
|
||||
|
||||
namespace Ui {
|
||||
class ReportFimWidget;
|
||||
}
|
||||
|
||||
class ReportFimWidget : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit ReportFimWidget(QWidget *parent = nullptr);
|
||||
~ReportFimWidget();
|
||||
|
||||
void setReport(FIMReport report);
|
||||
|
||||
private:
|
||||
Ui::ReportFimWidget *ui;
|
||||
};
|
||||
|
||||
#endif // REPORTFIMWIDGET_H
|
||||
Reference in New Issue
Block a user