mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
refact1
This commit is contained in:
25
LibInstructorsAndTrainees/tasks/subprocitemwidget.h
Normal file
25
LibInstructorsAndTrainees/tasks/subprocitemwidget.h
Normal file
@@ -0,0 +1,25 @@
|
||||
#ifndef SUBPROCITEMWIDGET_H
|
||||
#define SUBPROCITEMWIDGET_H
|
||||
|
||||
#include <QWidget>
|
||||
#include "module.h"
|
||||
|
||||
namespace Ui {
|
||||
class SubProcItemWidget;
|
||||
}
|
||||
|
||||
class SubProcItemWidget : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit SubProcItemWidget(QWidget *parent = nullptr);
|
||||
~SubProcItemWidget();
|
||||
|
||||
void setListSubProc(const QList<SubProc>& list);
|
||||
|
||||
private:
|
||||
Ui::SubProcItemWidget *ui;
|
||||
};
|
||||
|
||||
#endif // SUBPROCITEMWIDGET_H
|
||||
Reference in New Issue
Block a user