qavrg 0.0.28
qavrgacquiredialog.h
Go to the documentation of this file.
00001 #ifndef QAVRGACQUIREDIALOG_H
00002 #define QAVRGACQUIREDIALOG_H
00003 
00004 #include <QDockWidget>
00005 #include "ui_qavrgacquiredialog.h"
00006 
00007 class QavrgAcquireDialog : public QDockWidget, public Ui::QavrgAcquireDialog
00008 {
00009   Q_OBJECT
00010 
00011 public:
00012   explicit QavrgAcquireDialog(QWidget *parent = 0);
00013   ~QavrgAcquireDialog();
00014 
00015 protected:
00016   void changeEvent(QEvent *e);
00017 };
00018 
00019 #endif // QAVRGACQUIREDIALOG_H