00001 #ifndef GETSCANLISTARADLG_H 00002 #define GETSCANLISTARADLG_H 00003 00004 #include <QDialog> 00005 #include <QMessageBox> 00006 #include "ui_GetScanListParaDlg.h" 00007 00008 class GetScanListParaDlg: public QDialog 00009 { 00010 Q_OBJECT 00011 public: 00012 GetScanListParaDlg(QWidget *parent = 0); 00013 ~GetScanListParaDlg(); 00014 Ui::GetScanListParaDlg ui; 00015 }; 00016 00017 00018 #endif 00019