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