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