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