#include "QDeviceMgrUI.h"
QDeviceMgrUI::QDeviceMgrUI(QWidget *parent)
: QWidget(parent)
{
ui.setupUi(this);
}
QDeviceMgrUI::~QDeviceMgrUI()