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