Plot Windows Move Realtime

This commit is contained in:
mwalker33
2020-04-12 20:24:56 +10:00
parent 5df9d3d8f7
commit 7fa8587dd2
7 changed files with 26 additions and 45 deletions

View File

@@ -88,6 +88,7 @@ class ProxWidget : public QWidget {
void vchange_askedge(int v);
void vchange_dthr_up(int v);
void vchange_dthr_down(int v);
void SetWindowsPosition(void);
};
class WorkerThread : public QThread {
@@ -121,7 +122,7 @@ class ProxGuiQT : public QObject {
void HideGraphWindow(void);
void MainLoop(void);
void Exit(void);
void SetWindowsPosition (void);
private slots:
void _ShowGraphWindow(void);
void _RepaintGraphWindow(void);