mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 17:37:45 +01:00
WIP. removed qServer
This commit is contained in:
@@ -12,7 +12,6 @@ class qTabSettings;
|
||||
class qTabDebugging;
|
||||
class qTabDeveloper;
|
||||
class qTabMessages;
|
||||
class qServer;
|
||||
|
||||
class multiSlsDetector;
|
||||
|
||||
@@ -35,15 +34,6 @@ class qDetectorMain : public QMainWindow, private Ui::DetectorMainObject {
|
||||
QWidget *parent = 0);
|
||||
~qDetectorMain();
|
||||
|
||||
/**
|
||||
* Starts or stops Acquisition From gui client
|
||||
* @param start 1 for start and 0 to stop
|
||||
* @returns success or fail
|
||||
*/
|
||||
int StartStopAcquisitionFromClient(bool start);
|
||||
bool isPlotRunning();
|
||||
int GetProgress();
|
||||
|
||||
private slots:
|
||||
void EnableModes(QAction *action);
|
||||
void ExecuteUtilities(QAction *action);
|
||||
@@ -57,7 +47,6 @@ class qDetectorMain : public QMainWindow, private Ui::DetectorMainObject {
|
||||
void ResizeMainWindow(bool b);
|
||||
void EnableTabs();
|
||||
void SetZoomToolTip(bool disable);
|
||||
void UncheckServer();
|
||||
|
||||
protected:
|
||||
void resizeEvent(QResizeEvent *event);
|
||||
@@ -92,7 +81,6 @@ class qDetectorMain : public QMainWindow, private Ui::DetectorMainObject {
|
||||
qTabDebugging* tabDebugging;
|
||||
qTabDeveloper* tabDeveloper;
|
||||
qTabMessages* tabMessages;
|
||||
qServer* myServer;
|
||||
int isDeveloper;
|
||||
int heightPlotWindow;
|
||||
int heightCentralWidget;
|
||||
|
||||
Reference in New Issue
Block a user