mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
messages capture config output, still to find a way to capture all cerr output
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@95 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
@ -28,14 +28,18 @@ class qTabMessages:public QWidget{
|
||||
public:
|
||||
/** \short The constructor
|
||||
* @param parent is the parent tab widget
|
||||
* @param detector is the detector returned from the detector tab
|
||||
*/
|
||||
qTabMessages(QWidget *parent,multiSlsDetector*& detector);
|
||||
qTabMessages(QWidget *parent);
|
||||
|
||||
/** Destructor
|
||||
*/
|
||||
~qTabMessages();
|
||||
|
||||
/** Set the detetor reference
|
||||
* @param det the detector reference
|
||||
*/
|
||||
void SetDetectorReference(multiSlsDetector*& detector){myDet = detector;};
|
||||
|
||||
|
||||
private:
|
||||
/** The sls detector object */
|
||||
@ -52,6 +56,7 @@ private:
|
||||
|
||||
/** This class creates the log */
|
||||
qDebugStream *qout;
|
||||
//qDebugStream *qerr;
|
||||
|
||||
/** methods */
|
||||
/** Sets up the widget */
|
||||
|
Reference in New Issue
Block a user