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