#ifndef DEVICESTATEINFODCWIDGET_H #define DEVICESTATEINFODCWIDGET_H #include #include "devicestateinfowidget.h" class DeviceStateInfoDCWidget:public QDockWidget { Q_OBJECT public: DeviceStateInfoDCWidget(const QString& title,QWidget* parent = nullptr); protected: DeviceStateInfoWidget* deviceStateInfoWidget; }; #endif // DEVICESTATEINFODCWIDGET_H