mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
GUI. Заготовка под список подпроцедур
This commit is contained in:
23
InstructorsAndTrainees/tasks/listsubproc.h
Normal file
23
InstructorsAndTrainees/tasks/listsubproc.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#ifndef LISTSUBPROC_H
|
||||
#define LISTSUBPROC_H
|
||||
|
||||
#include <QWidget>
|
||||
#include "connectorToServer.h"
|
||||
|
||||
namespace Ui {
|
||||
class ListSubProc;
|
||||
}
|
||||
|
||||
class ListSubProc : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit ListSubProc(ConnectorToServer* connectorToServer, QWidget *parent = nullptr);
|
||||
~ListSubProc();
|
||||
|
||||
private:
|
||||
Ui::ListSubProc *ui;
|
||||
};
|
||||
|
||||
#endif // LISTSUBPROC_H
|
||||
Reference in New Issue
Block a user