ch
This commit is contained in:
parent
1d357c6c96
commit
d40c23038a
30 changed files with 208 additions and 100 deletions
|
|
@ -33,6 +33,7 @@ private slots:
|
|||
void setStatusLightRunning();
|
||||
void setStatusLightStopped();
|
||||
void setStatusLightEnded();
|
||||
void on_menuVizitka_triggered();
|
||||
signals:
|
||||
void startExecutor();
|
||||
void stopExecutor();
|
||||
|
|
@ -42,7 +43,7 @@ private:
|
|||
Ui::MainWindow *ui;
|
||||
Loader loader;
|
||||
Machine machine;
|
||||
Executor executor{ &machine };
|
||||
Executor* executor;
|
||||
QThread* executorThread;
|
||||
QTimer* uiUpdateTimer;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue