fixed issue on udpstreamer trigger logic
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
#ifndef QSCOPEMAINWINDOW_H
|
||||
#define QSCOPEMAINWINDOW_H
|
||||
|
||||
#include <QMainWindow>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
namespace Ui {
|
||||
class QScopeMainWindow;
|
||||
}
|
||||
QT_END_NAMESPACE
|
||||
|
||||
class QScopeMainWindow : public QMainWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit QScopeMainWindow(QWidget *parent = nullptr);
|
||||
~QScopeMainWindow() override;
|
||||
|
||||
private:
|
||||
Ui::QScopeMainWindow *ui;
|
||||
};
|
||||
#endif // QSCOPEMAINWINDOW_H
|
||||
Reference in New Issue
Block a user