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