init
This commit is contained in:
19
device/ui/devicealarmdcwidget.h
Normal file
19
device/ui/devicealarmdcwidget.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef DEVICEDCALARMWIDGET_H
|
||||
#define DEVICEDCALARMWIDGET_H
|
||||
#include "devicealarmwidget.h"
|
||||
#include <QDockWidget>
|
||||
|
||||
|
||||
|
||||
class DeviceAlarmDCWidget: public QDockWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
DeviceAlarmDCWidget(const QString& title,QWidget* parent = nullptr);
|
||||
protected:
|
||||
DeviceAlarmWidget* deviceAlarmWidget;
|
||||
|
||||
};
|
||||
|
||||
#endif // DEVICEDCALARMWIDGET_H
|
||||
Reference in New Issue
Block a user