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