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