QXRD  0.11.16
qcepdataobjectwindow.h
Go to the documentation of this file.
1 #ifndef QCEPDATAOBJECTWINDOW_H
2 #define QCEPDATAOBJECTWINDOW_H
3 
4 #include "qcepmainwindow.h"
5 
7 {
8  Q_OBJECT
9 public:
10  explicit QcepDataObjectWindow(QWidget *parent = 0);
11 
12 signals:
13 
14 public slots:
15  void printMessage(QString msg, QDateTime ts=QDateTime::currentDateTime());
16 };
17 
18 #endif // QCEPDATAOBJECTWINDOW_H
QcepDataObjectWindow(QWidget *parent=0)
void printMessage(QString msg, QDateTime ts=QDateTime::currentDateTime())