00001 #include "GetDeviceParaDlg.h" 00002 00003 GetDeviceParaDlg::GetDeviceParaDlg(QWidget *parent) 00004 : QDialog(parent) 00005 { 00006 ui.setupUi(this); 00007 } 00008 00009 GetDeviceParaDlg::~GetDeviceParaDlg() 00010 { 00011 }